Searched defs:stage (Results 1 – 3 of 3) sorted by relevance
174 static RetCode AtomicTouch(int32_t stage, int32_t px, int32_t py) in AtomicTouch()
334 auto stage = (scrollValue_ > 0) ? AXIS_DOWN : AXIS_UP; in Decompose() local
399 …explicit GenericAtomicAction(const ActionStage stage, const Point point) : stage_(stage), point_(p… in GenericAtomicAction()