Home
last modified time | relevance | path

Searched refs:arcHeadOffset_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp122 arcHeadOffset_ = 0.0; in ResetItemsPosition()
403 if (!NearEqual(offsetAngle, arcHeadOffset_)) { in UpdateCurrentSectionItem()
404 BeginCollapseScrollAnimation(arcHeadOffset_, offsetAngle); in UpdateCurrentSectionItem()
535 if (IsValidIndicatorBox() && NearEqual(0.0, arcHeadOffset_)) { in HandleCollapseScrollAnimationStop()
544 if (!NearEqual(0.0, arcHeadOffset_) && !itemColorEnabled_) { in BeginFocusAnimation()
815 arcHeadOffset_ = arcOffset; in RotateItems()
913 … int32_t positionIndex = round((touchAngle - arcHeadPosition_ - arcHeadOffset_) / perItemExtent_); in GetNearestItem()
938 return round((position - arcHeadPosition_ - arcHeadOffset_) / perItemExtent_); in GetNearestItem()
H A Drender_indexer_circle.h96 …double arcHeadOffset_ = 0.0; // the offset of the arc, item # to the original position, in radi… variable