Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_config.h592 static constexpr uint8_t SCROLLVIEW_ROTATE_DISTANCE_COEFF = 20; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp30 rotateAccCoefficient_ = SCROLLVIEW_ROTATE_DISTANCE_COEFF; in UIScrollView()