Searched refs:GenericAtomicAction (Results 1 – 3 of 3) sorted by relevance
397 class GenericAtomicAction : public TouchAction {399 …explicit GenericAtomicAction(const ActionStage stage, const Point point) : stage_(stage), point_(p… in GenericAtomicAction() function403 ~GenericAtomicAction() = default;
351 void GenericAtomicAction::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose()
213 auto touch = GenericAtomicAction(static_cast<ActionStage>(stage), Point(px, py)); in AtomicTouch()