Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java218 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update()
250 private int inferRecentsActivityRotation(@SurfaceRotation int displayRotation) { in inferRecentsActivityRotation()
509 public static void postDisplayRotation(@SurfaceRotation int displayRotation, in postDisplayRotation()
532 public static void preDisplayRotation(@SurfaceRotation int displayRotation, in preDisplayRotation()
/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.java224 int displayRotation = DisplayController.INSTANCE.get(context).getInfo().rotation; in createRecentsWindowAnimator() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java4247 public void setLayoutRotation(int touchRotation, int displayRotation) { in setLayoutRotation()