Searched defs:originIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_circle.cpp | 542 void RenderIndexerCircle::BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) in BeginFocusAnimation() 575 void RenderIndexerCircle::SetIndexerItemStatus(bool inAnimation, int32_t originIndex, int32_t targe… in SetIndexerItemStatus() 603 void RenderIndexerCircle::UpdateItemBackground(double value, int32_t originIndex, int32_t targetInd… in UpdateItemBackground() 636 void RenderIndexerCircle::InitFocusInterpolator(double origin, double target, int32_t originIndex, … in InitFocusInterpolator()
|
H A D | render_indexer.h | 65 virtual void BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) {} in BeginFocusAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 204 …efPtr<UINode> GetTitleItemByIndex(const RefPtr<FrameNode>& controlButtonsNode, int32_t originIndex) in GetTitleItemByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer.h | 70 virtual void BeginFocusAnimation(int32_t originIndex, int32_t targetIndex) {} in BeginFocusAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.cpp | 141 const RefPtr<FrameNode>& controlButtonsNode, int32_t originIndex) in GetTitleItemByIndex()
|