Home
last modified time | relevance | path

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

/foundation/graphic/ui/frameworks/components/
Dui_scroll_view.cpp131 if (rotateLen > DEFAULT_SCROLL_VIEW_VIBRATION_LEN) { in OnRotateEvent()
132 uint16_t vibrationCnt = rotateLen / DEFAULT_SCROLL_VIEW_VIBRATION_LEN; in OnRotateEvent()
/foundation/graphic/utils/interfaces/innerkits/
Dgraphic_config.h551 static constexpr uint8_t DEFAULT_SCROLL_VIEW_VIBRATION_LEN = 30; variable