Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/addon/
Dextension_executor.cpp174 static RetCode AtomicTouch(int32_t stage, int32_t px, int32_t py) in AtomicTouch()
/test/testfwk/arkxtest/uitest/core/
Dui_action.cpp334 auto stage = (scrollValue_ > 0) ? AXIS_DOWN : AXIS_UP; in Decompose() local
Dui_action.h399 …explicit GenericAtomicAction(const ActionStage stage, const Point point) : stage_(stage), point_(p… in GenericAtomicAction()