Home
last modified time | relevance | path

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

/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DPinchToZoomTestPlayerListener.java165 PointerProperties leftPointerProperties = new PointerProperties(defaultPointerProperties); in getPointerProperties() local
166 leftPointerProperties.id = 0; in getPointerProperties()
169 return new PointerProperties[]{leftPointerProperties, rightPointerProperties}; in getPointerProperties()