Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java80 public @interface SurfaceRotation {} annotation in RecentsOrientedState
85 private @SurfaceRotation int mTouchRotation = ROTATION_0;
86 private @SurfaceRotation int mDisplayRotation = ROTATION_0;
87 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0;
88 private @SurfaceRotation int mRecentsRotation = ROTATION_0 - 1;
198 public boolean setRecentsRotation(@SurfaceRotation int recentsRotation) { in setRecentsRotation()
226 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update()
261 @SurfaceRotation
262 private int inferRecentsActivityRotation(@SurfaceRotation int displayRotation) { in inferRecentsActivityRotation()
372 @SurfaceRotation
[all …]
DSwipePipToHomeAnimator.java76 private final @RecentsOrientedState.SurfaceRotation int mFromRotation;
122 @RecentsOrientedState.SurfaceRotation int fromRotation, in SwipePipToHomeAnimator()
361 private @RecentsOrientedState.SurfaceRotation int mFromRotation = Surface.ROTATION_0;
430 @RecentsOrientedState.SurfaceRotation int fromRotation, in setFromRotation()