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.java1701 int[] orientationValues = {ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE, in testClipToScreenClipsToInsets() local
1705 orientationValues[0] = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in testClipToScreenClipsToInsets()
1706 orientationValues[1] = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE; in testClipToScreenClipsToInsets()
1710 final int orientation = orientationValues[i]; in testClipToScreenClipsToInsets()