Home
last modified time | relevance | path

Searched defs:setTouchAffineTransformation (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp172 void FakeInputReaderPolicy::setTouchAffineTransformation(const TouchAffineTransformation t) { in setTouchAffineTransformation() function in android::FakeInputReaderPolicy
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h284 void setTouchAffineTransformation(const TouchAffineTransformation t) { mTransform = t; } in setTouchAffineTransformation() function