Home
last modified time | relevance | path

Searched refs:mOrientationIndex (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()
77 mOrientationIndex = (mOrientationIndex + 1) % ORIENTATIONS.length; in changeOrientation()
78 mActivity.setRequestedOrientation(ORIENTATIONS[mOrientationIndex]); in changeOrientation()
86 int configuredOrientation = ORIENTATIONS[mOrientationIndex]; in verifyOrientationChange()
DPlayerListener.java72 protected int mOrientationIndex; field in PlayerListener
145 mOrientationIndex = 0; in setActivity()
147 ORIENTATIONS[mOrientationIndex] /* SCREEN_ORIENTATION_PORTRAIT */); in setActivity()