Home
last modified time | relevance | path

Searched refs:showOverviewActions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityInterface.java314 if ((dp.isVerticalBarLayout() && !showOverviewActions(context)) in getExtraSpace()
319 if (showOverviewActions(context)) { in getExtraSpace()
DFallbackActivityInterface.java174 return showOverviewActions(context) in getExtraSpace()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java213 final boolean showLargeTaskSize = showOverviewActions(context) || in calculateTaskSize()
409 protected static boolean showOverviewActions(Context context) { in showOverviewActions() method in BaseActivityInterface