Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_auto_test.h24 constexpr int WAIT_TIME_MUBLITE = 4; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp130 …uint16_t waitTime = std::abs((std::abs(x) > std::abs(y) ? x : y) * WAIT_TIME_MUBLITE) + DRAGE_DEFA… in DrageToView()