Home
last modified time | relevance | path

Searched refs:naturalOrientation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java913 int naturalOrientation = Configuration.ORIENTATION_LANDSCAPE; in getCompatActivityInfoOrientation() local
918 naturalOrientation = configOrientation; in getCompatActivityInfoOrientation()
923 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) in getCompatActivityInfoOrientation()
933 if (naturalOrientation == Configuration.ORIENTATION_LANDSCAPE) { in getCompatActivityInfoOrientation()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java165 protected void lockRotation(boolean naturalOrientation) throws RemoteException { in lockRotation() argument
166 if (naturalOrientation) { in lockRotation()