Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h36 constexpr double ROTATION_THRESHOLD = 90.0; variable
H A Drender_indexer_circle.cpp878 if (GreatOrEqual(rotationStepValue_, ROTATION_THRESHOLD)) { in HandleRotation()
888 } else if (LessOrEqual(rotationStepValue_, -ROTATION_THRESHOLD)) { in HandleRotation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h38 inline constexpr double ROTATION_THRESHOLD = 90.0; variable