Home
last modified time | relevance | path

Searched refs:displayOverviewTasksAsGrid (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DBaseRecentsViewStateController.java71 state.displayOverviewTasksAsGrid(mLauncher.getDeviceProfile()) ? 1f : 0f); in setState()
107 boolean showAsGrid = toState.displayOverviewTasksAsGrid(mLauncher.getDeviceProfile()); in setStateWithAnimationInternal()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DBaseState.java61 default boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DBackgroundAppState.java81 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid() method in BackgroundAppState
H A DOverviewState.java105 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DRecentsState.java137 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid() method in RecentsState
H A DFallbackRecentsStateController.java105 boolean showAsGrid = state.displayOverviewTasksAsGrid(mActivity.getDeviceProfile()); in setProperties()
H A DFallbackRecentsView.java220 setOverviewGridEnabled(toState.displayOverviewTasksAsGrid(mActivity.getDeviceProfile())); in onStateTransitionStart()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DLauncherRecentsView.java97 setOverviewGridEnabled(toState.displayOverviewTasksAsGrid(mActivity.getDeviceProfile())); in onStateTransitionStart()
H A DRecentsView.java1598 mActivity.getStateManager().getState().displayOverviewTasksAsGrid(dp)); in setInsets()
2125 .displayOverviewTasksAsGrid(mActivity.getDeviceProfile())) { in onPrepareGestureEndAnimation()
4897 mCurrentGestureEndTarget).displayOverviewTasksAsGrid(mActivity.getDeviceProfile()));
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1123 if (state.displayOverviewTasksAsGrid(mDp)) {