Home
last modified time | relevance | path

Searched refs:pressedItem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_paint_method.h47 const std::set<int32_t>& pressedItem) in DECLARE_ACE_TYPE()
60 if (!pressedItem.empty()) { in DECLARE_ACE_TYPE()
62 if (pressedItem.find(child.second.id) != pressedItem.end()) { in DECLARE_ACE_TYPE()
H A Dlist_paint_method.h93 const std::set<int32_t>& pressedItem) in SetItemsPosition() argument
99 if (!pressedItem.empty()) { in SetItemsPosition()
101 if (pressedItem.find(child.second.id) != pressedItem.end()) { in SetItemsPosition()