Searched refs:GenericPinch (Results 1 – 4 of 4) sorted by relevance
159 class GenericPinch : public TouchAction {161 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch() function165 ~GenericPinch() = default;
173 auto touch = GenericPinch(rectBound, scale); in PinchWidget()
123 void GenericPinch::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose()
218 GenericPinch action(rect, scale); in TEST_F()358 GenericPinch action(rect, scale); in TEST_F()