Searched refs:showAsGrid (Results 1 – 4 of 4) sorted by relevance
925 if (showAsGrid()) { in isTaskViewVisible()937 showAsFullscreen(), showAsGrid()); in isTaskViewWithinBounds()1002 if (showAsGrid()) { in onTouchEvent()1068 if (!showAsGrid() && finalPos > mMinScroll && finalPos < mMaxScroll) { in onNotSnappingToPageInFreeScroll()1519 if (showAsGrid()) { in loadVisibleTaskData()1539 if (showAsGrid()) { in loadVisibleTaskData()1790 && (!showAsGrid() || getFocusedTaskView() != null)) { in onGestureAnimationEnd()2323 if (isFocusedTaskDismissed && showAsGrid()) { in createTaskDismissAnimation()2334 } else if (!showAsGrid()) { in createTaskDismissAnimation()2462 if (showAsGrid() && getFocusedTaskView() == null in createTaskDismissAnimation()[all …]
136 return hasFlag(FLAG_SHOW_AS_GRID) && showAsGrid(deviceProfile); in displayOverviewTasksAsGrid()139 private boolean showAsGrid(DeviceProfile deviceProfile) { in showAsGrid() method in RecentsState
198 boolean showAsGrid = dp.isTablet && FeatureFlags.ENABLE_OVERVIEW_GRID.get(); in createRecentsWindowAnimator()200 taskIndex != recentsView.getCurrentPage() && !showAsGrid; in createRecentsWindowAnimator()218 if (showAsGrid) { in createRecentsWindowAnimator()233 if (showAsGrid) { in createRecentsWindowAnimator()
298 if (mRecentsView.showAsGrid()) { in onDrag()