Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java76 public @interface SurfaceRotation {} annotation in RecentsOrientedState
80 private @SurfaceRotation int mTouchRotation = ROTATION_0;
81 private @SurfaceRotation int mDisplayRotation = ROTATION_0;
82 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0;
83 private @SurfaceRotation int mRecentsRotation = ROTATION_0 - 1;
212 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update()
244 @SurfaceRotation
341 @SurfaceRotation
346 @SurfaceRotation
351 @SurfaceRotation
[all …]
H A DSwipePipToHomeAnimator.java73 private final @RecentsOrientedState.SurfaceRotation int mFromRotation;
115 @RecentsOrientedState.SurfaceRotation int fromRotation, in SwipePipToHomeAnimator()
328 private @RecentsOrientedState.SurfaceRotation int mFromRotation = Surface.ROTATION_0;
387 @RecentsOrientedState.SurfaceRotation int fromRotation, in setFromRotation()