Searched refs:orientationValues (Results 1 – 1 of 1) sorted by relevance
2027 int[] orientationValues = {ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE, in testFocusAfterOrientation() local2031 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()