Home
last modified time | relevance | path

Searched refs:BeginFocusAnimation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h65 virtual void BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) {} in BeginFocusAnimation() function
H A Drender_indexer_circle.h51 void BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) override;
H A Drender_indexer.cpp484 BeginFocusAnimation(focusedItem_, curSection); in MoveSection()
530 BeginFocusAnimation(focusedItem_, curSection); in MoveSectionWithIndexer()
H A Drender_indexer_circle.cpp542 void RenderIndexerCircle::BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) in BeginFocusAnimation() function in OHOS::Ace::RenderIndexerCircle
999 BeginFocusAnimation(focusedItem_, index); in SetItemsFocused()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h70 virtual void BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) {} in BeginFocusAnimation() function
H A Drender_indexer.cpp574 BeginFocusAnimation(focusedItem_, curSection); in MoveSectionWithIndexer()