Searched refs:mOrientationIndex (Results 1 – 2 of 2) sorted by relevance
76 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()
72 protected int mOrientationIndex; field in PlayerListener145 mOrientationIndex = 0; in setActivity()147 ORIENTATIONS[mOrientationIndex] /* SCREEN_ORIENTATION_PORTRAIT */); in setActivity()