Home
last modified time | relevance | path

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

/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DPinchToZoomTestPlayerListener.java56 PointerCoords getDisplayPointer(float x, float y) { in getDisplayPointer() method in PinchToZoomTestPlayerListener
147 leftPointerStartCoords = getDisplayPointer(midDisplayWidth - SPAN_GAP, midDisplayHeight); in getPointerCoords()
148 rightPointerStartCoords = getDisplayPointer(midDisplayWidth + SPAN_GAP, midDisplayHeight); in getPointerCoords()
151 leftPointerStartCoords = getDisplayPointer(LEFT_MARGIN_WIDTH_FACTOR * mWidth, in getPointerCoords()
153 rightPointerStartCoords = getDisplayPointer(RIGHT_MARGIN_WIDTH_FACTOR * mWidth, in getPointerCoords()