Home
last modified time | relevance | path

Searched refs:getTransformForPointer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputTarget.h112 const ui::Transform& getTransformForPointer(int32_t pointerId) const;
H A DInputTarget.cpp80 const ui::Transform& InputTarget::getTransformForPointer(int32_t pointerId) const { in getTransformForPointer() function in android::inputdispatcher::InputTarget
H A DInputDispatcher.cpp439 &inputTarget.getTransformForPointer(firstMarkedBit(inputTarget.getPointerIds())); in createDispatchEntry()
447 const ui::Transform& currTransform = inputTarget.getTransformForPointer(pointerId); in createDispatchEntry()