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.java2027 int[] orientationValues = {ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE, in testFocusAfterOrientation() local
2031 orientationValues[0] = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in testFocusAfterOrientation()
2032 orientationValues[1] = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE; in testFocusAfterOrientation()
2050 final int orientation = orientationValues[i]; in testFocusAfterOrientation()