Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java77 state.displayOverviewTasksAsGrid(mLauncher.getDeviceProfile()) ? 1f : 0f); in setState()
143 toState.displayOverviewTasksAsGrid(mLauncher.getDeviceProfile()) ? 1f : 0f, in setStateWithAnimationInternal()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DBaseState.java63 default boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java82 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid() method in BackgroundAppState
DOverviewState.java164 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DRecentsState.java143 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid() method in RecentsState
DFallbackRecentsStateController.java113 boolean showAsGrid = state.displayOverviewTasksAsGrid(mActivity.getDeviceProfile()); in setProperties()
DFallbackRecentsView.java242 setOverviewGridEnabled(toState.displayOverviewTasksAsGrid(mContainer.getDeviceProfile())); in onStateTransitionStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java152 setOverviewGridEnabled(toState.displayOverviewTasksAsGrid(mContainer.getDeviceProfile())); in onStateTransitionStart()
DRecentsView.java2066 getStateManager().getState().displayOverviewTasksAsGrid(dp)); in setInsets()
2740 if (endState.displayOverviewTasksAsGrid(mContainer.getDeviceProfile())) { in onPrepareGestureEndAnimation()
6078 .displayOverviewTasksAsGrid(mContainer.getDeviceProfile()));
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1381 } else if (state.displayOverviewTasksAsGrid(mDp)) {