Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java336 int currentOrientation = (currentRotation + indexOffset); in getDeviceRotation() local
339 int difference = (currentOrientation - defaultOrientation) % ORIENTATION_COUNT; in getDeviceRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java171 int currentOrientation = activity.getResources().getConfiguration().orientation; in getRotation() local
172 if (currentOrientation == ORIENTATION_PORTRAIT) { in getRotation()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlTest.java199 int currentOrientation = activity.getResources().getConfiguration().orientation; in getRequestedOrientation() local
200 return currentOrientation == ORIENTATION_LANDSCAPE ? ORIENTATION_PORTRAIT in getRequestedOrientation()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1787 int currentOrientation = mActivity.getResources().getConfiguration().orientation; in testClipToScreenClipsToInsets() local
1788 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE in testClipToScreenClipsToInsets()
2029 int currentOrientation = mActivity.getResources().getConfiguration().orientation; in testFocusAfterOrientation() local
2030 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE) { in testFocusAfterOrientation()