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