Home
last modified time | relevance | path

Searched defs:displayRotation (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java220 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update()
252 private int inferRecentsActivityRotation(@SurfaceRotation int displayRotation) { in inferRecentsActivityRotation()
511 public static void postDisplayRotation(@SurfaceRotation int displayRotation, in postDisplayRotation()
534 public static void preDisplayRotation(@SurfaceRotation int displayRotation, in preDisplayRotation()
DNavBarPosition.kt26 val displayRotation: Int, constant in com.android.quickstep.util.NavBarPosition
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DOrientationManager.java92 int displayRotation = getDisplayRotation(); in calculateCurrentScreenOrientation() local
/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManagerImpl.java178 int displayRotation = CameraUtil.getDisplayRotation(mActivity); in calculateCurrentScreenOrientation() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java232 int displayRotation = 0; in layoutContentPane() local
DPhotoView.java488 int displayRotation = root.getDisplayRotation(); in onLayout() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java226 int displayRotation = DisplayController.INSTANCE.get(context).getInfo().rotation; in createRecentsWindowAnimator() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java4399 public void setLayoutRotation(int touchRotation, int displayRotation) { in setLayoutRotation()