Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java62 HIDDEN_ACTIONS_IN_MENU,
73 public static final int HIDDEN_ACTIONS_IN_MENU = 1 << 5; field in OverviewActionsView
DRecentsView.java68 import static com.android.quickstep.views.OverviewActionsView.HIDDEN_ACTIONS_IN_MENU;
2068 mActionsView.updateHiddenFlags(HIDDEN_ACTIONS_IN_MENU, dp.isTablet); in setInsets()