Home
last modified time | relevance | path

Searched refs:GetClonedBySticky (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list.cpp63 if (listItem && !listItem->GetClonedBySticky() && listItem->GetVisible()) { in PaintChild()
H A Drender_list_item.h142 bool GetClonedBySticky() const in GetClonedBySticky() function
H A Drender_list_item.cpp377 if (!GetVisible() && !GetClonedBySticky()) { in ResetFocusEffect()