Home
last modified time | relevance | path

Searched refs:GetRightToLeft (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h123 bool GetRightToLeft() const in GetRightToLeft() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h353 bool GetRightToLeft() const in GetRightToLeft() function
H A Drender_list.h246 bool GetRightToLeft() const in GetRightToLeft() function
H A Dgrid_layout_manager.cpp57 rightToLeft_ = renderList_.GetRightToLeft(); in Update()
H A Drender_list.cpp55 rightToLeft_ = list->GetRightToLeft(); in Update()
H A Dlist_layout_manager.cpp44 rightToLeft_ = renderList_.GetRightToLeft(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp329 rightToLeft_ = listComponent->GetRightToLeft(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp105 rightToLeft_ != grid->GetRightToLeft()) { in NeedUpdate()