Home
last modified time | relevance | path

Searched refs:INDEXER_ARC_BEGIN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.h145 double arcHeadPosition_ = INDEXER_ARC_BEGIN; // the begin position of the arc, in radians
148 …double collapseItemPosition_ = INDEXER_ARC_BEGIN; // position of the collapse item, in rad…
H A Dindexer_component.h66 inline constexpr double INDEXER_ARC_BEGIN = -0.4488; // default angle variable
285 double startPosition_ = INDEXER_ARC_BEGIN; // arc start angle
H A Drender_indexer_circle.cpp293 itemInfo_[i][TABLE_ANGLE] = INDEXER_ARC_BEGIN + i * perItemExtent_; in InitIndexTable()
325 double angle = INDEXER_ARC_BEGIN + (collapseItemCount_ - 1) * perItemExtent_; in InitIndicatorBox()