Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java167 PreDragCondition dragCondition = null; in performAction() local
172 dragCondition = ((BubbleTextView) host).startLongPressAction(); in performAction()
175 dragCondition = holder.getBubbleText() == null ? null in performAction()
178 return dragCondition != null; in performAction()