Home
last modified time | relevance | path

Searched refs:TYPE_ALL (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java84 public static final int TYPE_ALL = TYPE_FOLDER | TYPE_ACTION_POPUP field in AbstractFloatingView
98 public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER
239 closeOpenViews(activity, animate, TYPE_ALL); in closeAllOpenViews()
249 closeOpenViews(activity, animate, TYPE_ALL & ~type); in closeAllOpenViewsExcept()
259 return getTopOpenViewWithType(activity, TYPE_ALL); in getTopOpenView()
DLauncher.java23 import static com.android.launcher3.AbstractFloatingView.TYPE_ALL;
1495 AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE); in onSaveInstanceState()
1989 AbstractFloatingView.closeOpenViews(this, true, TYPE_ALL & ~TYPE_REBIND_SAFE); in startBinding()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ALL;
120 int typeToClose = ENABLE_ALL_APPS_EDU.get() ? TYPE_ALL & ~TYPE_ALL_APPS_EDU : TYPE_ALL; in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ALL;
275 TYPE_ALL & ~TYPE_HIDE_BACK_BUTTON) == null; in shouldBackButtonBeHidden()
/packages/apps/Settings/src/com/android/settings/gestures/
DDoubleTwistPreferenceController.java61 for (Sensor s : sensorManager.getSensorList(Sensor.TYPE_ALL)) { in isGestureAvailable()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/gestures/
DDoubleTwistPreferenceController.java61 for (Sensor s : sensorManager.getSensorList(Sensor.TYPE_ALL)) { in isGestureAvailable()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java19 import static com.android.launcher3.AbstractFloatingView.TYPE_ALL;
625 TYPE_ALL & ~TYPE_FOLDER) == null; in canScroll()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java184 AbstractFloatingView.TYPE_ALL & ~AbstractFloatingView.TYPE_REBIND_SAFE); in dismissTaskMenuView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsActivity.java125 AbstractFloatingView.TYPE_ALL & ~AbstractFloatingView.TYPE_REBIND_SAFE); in onHandleConfigChanged()