Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3747 PointerCoords scaledCoords[MAX_POINTERS]; in publishMotionEvent() local
3757 scaledCoords[i] = motionEntry.pointerCoords[i]; in publishMotionEvent()
3761 scaledCoords[i].scale(globalScaleFactor, /*windowXScale=*/1, /*windowYScale=*/1); in publishMotionEvent()
3763 usingCoords = scaledCoords; in publishMotionEvent()