Home
last modified time | relevance | path

Searched refs:HIDDEN_DESKTOP (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java63 HIDDEN_DESKTOP
74 public static final int HIDDEN_DESKTOP = 1 << 6; field in OverviewActionsView
DRecentsView.java69 import static com.android.quickstep.views.OverviewActionsView.HIDDEN_DESKTOP;
4074 mActionsView.updateHiddenFlags(HIDDEN_DESKTOP, isCurrentDesktop); in updateCurrentTaskActionsVisibility()