Home
last modified time | relevance | path

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

/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DOrientationTestPlayerListener.java76 mPreviousOrientation = ORIENTATIONS[mOrientationIndex]; in changeOrientation()
89 assertNotEquals(mPreviousOrientation, currentDeviceOrientation); in verifyOrientationChange()
DPlayerListener.java71 protected int mPreviousOrientation; field in PlayerListener