Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_action.h144 …ericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), to_(to) {}; in GenericSwipe()
152 const Point from_; variable
Dui_action.cpp117 DecomposeComputeSwipe(recv, from_, to_, type_ == TouchOp::DRAG, options); in Decompose()