Home
last modified time | relevance | path

Searched refs:GetInitialIndex (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_composed_element.cpp28 …{ "initialIndex", [](const ListComposedElement& inspector) { return inspector.GetInitialIndex(); }… in __anon174b67b80302()
51 std::string("initialIndex: ").append(GetInitialIndex())); in Dump()
85 std::string ListComposedElement::GetInitialIndex() const in GetInitialIndex() function in OHOS::Ace::V2::ListComposedElement
H A Dlist_composed_element.h35 std::string GetInitialIndex() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_controller.h39 int32_t GetInitialIndex() const in GetInitialIndex() function
H A Drender_grid.cpp800 if (gridController_->GetInitialIndex() > 0) { in PerformLayout()
801 JumpTo(gridController_->GetInitialIndex()); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.h49 int32_t GetInitialIndex() const in GetInitialIndex() function
H A Drender_tab_content.cpp85 auto initialIndex = controller_->GetInitialIndex(); in FlushIndex()
H A Drender_tab_bar.cpp82 auto initialIndex = controller->GetInitialIndex(); in FlushIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp91 if (controller_->GetInitialIndex() >= totalCount) { in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h89 int32_t GetInitialIndex() const in GetInitialIndex() function
H A Drender_multi_child_scroll.cpp314 initialIndex_ = positionController_->GetInitialIndex(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp612 ArkUI_Int32 GetInitialIndex(ArkUINodeHandle node) in GetInitialIndex() function
616 return ListModelNG::GetInitialIndex(frameNode); in GetInitialIndex()
717 SetListFlingSpeedLimit, ResetListFlingSpeedLimit, GetInitialIndex, GetlistDivider, in GetListModifier()
747 SetListFlingSpeedLimit, ResetListFlingSpeedLimit, GetInitialIndex, GetlistDivider }; in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h135 static int32_t GetInitialIndex(FrameNode* frameNode);
H A Dlist_model_ng.cpp824 int32_t ListModelNG::GetInitialIndex(FrameNode* frameNode) in GetInitialIndex() function in OHOS::Ace::NG::ListModelNG
H A Dlist_pattern.cpp581 jumpIndex_ = listLayoutProperty->GetInitialIndex().value_or(0); in CreateLayoutAlgorithm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp97 initialIndex_ = static_cast<size_t>(component_->GetInitialIndex()); in Update()