Searched refs:currentOrientation (Results 1 – 2 of 2) sorted by relevance
336 int currentOrientation = (currentRotation + indexOffset); in getDeviceRotation() local339 int difference = (currentOrientation - defaultOrientation) % ORIENTATION_COUNT; in getDeviceRotation()
1703 int currentOrientation = mActivity.getResources().getConfiguration().orientation; in testClipToScreenClipsToInsets() local1704 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE) { in testClipToScreenClipsToInsets()