Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ACCESSIBLE;
85 if (AbstractFloatingView.getTopOpenViewWithType(mActivity, TYPE_ACCESSIBLE) != null) { in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ACCESSIBLE;
126 if (AbstractFloatingView.getTopOpenViewWithType(mLauncher, TYPE_ACCESSIBLE) != null) { in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java186 AbstractFloatingView.TYPE_ACCESSIBLE); in onRequestSendAccessibilityEvent()
201 AbstractFloatingView.TYPE_ACCESSIBLE); in addChildrenForAccessibility()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java95 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.java209 AbstractFloatingView.TYPE_ACCESSIBLE); in addChildrenForAccessibility()