Home
last modified time | relevance | path

Searched refs:RecentsOrientedState (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/
H A DRecentsOrientedStateTest.java45 private RecentsOrientedState mR1, mR2;
50 mR1 = new RecentsOrientedState(context, FallbackActivityInterface.INSTANCE, i -> { }); in setup()
51 mR2 = new RecentsOrientedState(context, FallbackActivityInterface.INSTANCE, i -> { }); in setup()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java25 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
26 import static com.android.quickstep.util.RecentsOrientedState.preDisplayRotation;
69 private RecentsOrientedState mOrientationState;
114 () -> new RecentsOrientedState(context, sizeStrategy, i -> { })); in TaskViewSimulator()
134 public void setOrientationState(@NonNull RecentsOrientedState orientationState) { in setOrientationState()
272 public RecentsOrientedState getOrientationState() { in getOrientationState()
H A DAnimatorControllerWithResistance.java140 RecentsOrientedState recentsOrientedState, DeviceProfile dp, SCALE scaleTarget, in createForRecents()
235 public final RecentsOrientedState recentsOrientedState;
248 private RecentsParams(Context context, RecentsOrientedState recentsOrientedState, in RecentsParams()
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()
H A DRecentsOrientedState.java68 public class RecentsOrientedState implements class
137 public RecentsOrientedState(Context context, BaseActivityInterface sizeStrategy, in RecentsOrientedState() method in RecentsOrientedState
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
H A DGoOverviewActionsView.java31 import com.android.quickstep.util.RecentsOrientedState;
119 public void updateOrientationState(RecentsOrientedState orientedState) { in updateOrientationState()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java23 import com.android.quickstep.util.RecentsOrientedState;
77 public void bind(Task primary, Task secondary, RecentsOrientedState orientedState, in bind()
236 public void setOrientationState(RecentsOrientedState orientationState) { in setOrientationState()
H A DTaskView.java97 import com.android.quickstep.util.RecentsOrientedState;
541 public void bind(Task task, RecentsOrientedState orientedState) { in bind()
880 public void setOrientationState(RecentsOrientedState orientationState) { in setOrientationState()
H A DRecentsView.java164 import com.android.quickstep.util.RecentsOrientedState;
387 protected final RecentsOrientedState mOrientationState;
673 mOrientationState = new RecentsOrientedState( in RecentsView()
3557 public RecentsOrientedState getPagedViewOrientedState() { in getPagedViewOrientedState()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactory.java50 import com.android.quickstep.util.RecentsOrientedState;
90 RecentsOrientedState orientedState = taskView.getRecentsView().getPagedViewOrientedState(); in getEnabledShortcuts()
310 public void updateOrientationState(RecentsOrientedState state) { in updateOrientationState()
H A DRotationTouchHelper.java37 import com.android.quickstep.util.RecentsOrientedState;
161 int newRotation = RecentsOrientedState.getRotationForUserDegreesRotated(degrees, in init()
H A DOrientationRectF.java19 import static com.android.quickstep.util.RecentsOrientedState.postDisplayRotation;
H A DAbsSwipeUpHandler.java108 import com.android.quickstep.util.RecentsOrientedState;
813 RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1372 RecentsOrientedState orientationState) {
1389 final RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactoryGo.java57 import com.android.quickstep.util.RecentsOrientedState;
163 RecentsOrientedState orientedState = in initOverlay()
190 public void updateOrientationState(RecentsOrientedState state) { in updateOrientationState()