Home
last modified time | relevance | path

Searched refs:GenericPinch (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_action.h159 class GenericPinch : public TouchAction {
161 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch() function
165 ~GenericPinch() = default;
Dwidget_operator.cpp173 auto touch = GenericPinch(rectBound, scale); in PinchWidget()
Dui_action.cpp123 void GenericPinch::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose()
/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp218 GenericPinch action(rect, scale); in TEST_F()
358 GenericPinch action(rect, scale); in TEST_F()