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.java77 public @interface SurfaceRotation {} annotation in RecentsOrientedState
82 private @SurfaceRotation int mTouchRotation = ROTATION_0;
83 private @SurfaceRotation int mDisplayRotation = ROTATION_0;
84 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0;
85 private @SurfaceRotation int mRecentsRotation = ROTATION_0 - 1;
192 public boolean setRecentsRotation(@SurfaceRotation int recentsRotation) { in setRecentsRotation()
220 @SurfaceRotation int touchRotation, @SurfaceRotation int displayRotation) { in update()
251 @SurfaceRotation
252 private int inferRecentsActivityRotation(@SurfaceRotation int displayRotation) { in inferRecentsActivityRotation()
349 @SurfaceRotation
[all …]
DSwipePipToHomeAnimator.java76 private final @RecentsOrientedState.SurfaceRotation int mFromRotation;
122 @RecentsOrientedState.SurfaceRotation int fromRotation, in SwipePipToHomeAnimator()
349 private @RecentsOrientedState.SurfaceRotation int mFromRotation = Surface.ROTATION_0;
418 @RecentsOrientedState.SurfaceRotation int fromRotation, in setFromRotation()