Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java82 public static final int TYPE_ALL = TYPE_FOLDER | TYPE_ACTION_POPUP field in AbstractFloatingView
95 public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER;
227 closeOpenViews(activity, animate, TYPE_ALL); in closeAllOpenViews()
237 closeOpenViews(activity, animate, TYPE_ALL & ~type); in closeAllOpenViewsExcept()
247 return getTopOpenViewWithType(activity, TYPE_ALL); in getTopOpenView()
DLauncher.java1921 AbstractFloatingView.TYPE_ALL & ~AbstractFloatingView.TYPE_REBIND_SAFE); in startBinding()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java21 import static com.android.launcher3.AbstractFloatingView.TYPE_ALL;
95 TYPE_ALL & ~TYPE_HIDE_BACK_BUTTON) == null; in onLauncherStateOrFocusChanged()
/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/quickstep/src/com/android/quickstep/
DBaseRecentsActivity.java85 AbstractFloatingView.TYPE_ALL & ~AbstractFloatingView.TYPE_REBIND_SAFE); in onHandleConfigChanged()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java206 AbstractFloatingView.TYPE_ALL & ~AbstractFloatingView.TYPE_REBIND_SAFE);