Home
last modified time | relevance | path

Searched refs:TYPE_ACCESSIBLE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ACCESSIBLE;
86 if (getTopOpenViewWithType(mLauncher, TYPE_ACCESSIBLE | TYPE_ALL_APPS_EDU) != null) { in canInterceptTouch()
DTaskViewTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ACCESSIBLE;
115 if (AbstractFloatingView.getTopOpenViewWithType(mActivity, TYPE_ACCESSIBLE) != null) { in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java209 AbstractFloatingView.TYPE_ACCESSIBLE); in onRequestSendAccessibilityEvent()
224 AbstractFloatingView.TYPE_ACCESSIBLE); in addChildrenForAccessibility()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java118 public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER field in AbstractFloatingView
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java210 AbstractFloatingView.TYPE_ACCESSIBLE); in addChildrenForAccessibility()