Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1994 int[] orientationValues = {ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE, in testFocusAfterOrientation() local
1998 orientationValues[0] = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in testFocusAfterOrientation()
1999 orientationValues[1] = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE; in testFocusAfterOrientation()
2018 final int orientation = orientationValues[i]; in testFocusAfterOrientation()