Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DPortraitStatesTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ACCESSIBLE;
109 if (getTopOpenViewWithType(mLauncher, TYPE_ACCESSIBLE | TYPE_ALL_APPS_EDU) != null) { in canInterceptTouch()
H A DTaskViewTouchController.java18 import static com.android.launcher3.AbstractFloatingView.TYPE_ACCESSIBLE;
114 if (AbstractFloatingView.getTopOpenViewWithType(mActivity, TYPE_ACCESSIBLE) != null) { in canInterceptTouch()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java212 AbstractFloatingView.TYPE_ACCESSIBLE); in onRequestSendAccessibilityEvent()
227 AbstractFloatingView.TYPE_ACCESSIBLE); in addChildrenForAccessibility()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAbstractFloatingView.java110 public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER field in AbstractFloatingView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java203 AbstractFloatingView.TYPE_ACCESSIBLE); in addChildrenForAccessibility()