Home
last modified time | relevance | path

Searched defs:originIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp542 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 Drender_indexer.h65 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 Dcontainer_modal_pattern.h204 …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 Drender_indexer.h70 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 Dcontainer_modal_pattern_enhance.cpp141 const RefPtr<FrameNode>& controlButtonsNode, int32_t originIndex) in GetTitleItemByIndex()