Searched refs:setDefaultPointerInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputTarget.cpp | 50 setDefaultPointerInfo(xOffset, yOffset, windowXScale, windowYScale); in addPointers() 67 void InputTarget::setDefaultPointerInfo(float xOffset, float yOffset, float windowXScale, in setDefaultPointerInfo() function in android::inputdispatcher::InputTarget
|
D | InputTarget.h | 127 void setDefaultPointerInfo(float xOffset, float yOffset, float windowXScale,
|
D | InputDispatcher.cpp | 2052 target.setDefaultPointerInfo(xOffset, yOffset, 1 /* windowXScale */, 1 /* windowYScale */); in addMonitoringTargetLocked() 2825 target.setDefaultPointerInfo(-windowInfo->frameLeft, -windowInfo->frameTop, in synthesizeCancelationEventsForConnectionLocked() 2891 target.setDefaultPointerInfo(-windowInfo->frameLeft, -windowInfo->frameTop, in synthesizePointerDownEventsForConnectionLocked()
|