Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDialogFragmentTest.java218 final int originalOrientation = activity.getResources().getConfiguration().orientation; in getOrientations() local
219 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT in getOrientations()
222 return new int[]{originalOrientation, newOrientation}; in getOrientations()