Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DBaseAccessibilityDelegate.java37 import com.android.launcher3.views.BubbleTextHolder;
92 } else if (host instanceof BubbleTextHolder) { in itemSupportsLongClick()
93 BubbleTextHolder holder = (BubbleTextHolder) host; in itemSupportsLongClick()
DLauncherAccessibilityDelegate.java56 import com.android.launcher3.views.BubbleTextHolder;
173 } else if (host instanceof BubbleTextHolder) { in performAction()
174 BubbleTextHolder holder = (BubbleTextHolder) host; in performAction()
200 : (host instanceof BubbleTextHolder in performAction()
201 ? ((BubbleTextHolder) host).getBubbleText() : null); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java45 import com.android.launcher3.views.BubbleTextHolder;
144 View v = (view instanceof BubbleTextHolder) in onAllAppsItemLongClick()
145 ? ((BubbleTextHolder) view).getBubbleText() in onAllAppsItemLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java40 import com.android.launcher3.views.BubbleTextHolder;
47 public class DeepShortcutView extends FrameLayout implements BubbleTextHolder {
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBubbleTextHolder.java23 public interface BubbleTextHolder extends IconLabelDotView { interface
DFloatingIconView.java255 if (v instanceof BubbleTextHolder) { in getLocationBoundsForView()
256 v = ((BubbleTextHolder) v).getBubbleText(); in getLocationBoundsForView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java83 import com.android.launcher3.views.BubbleTextHolder;
161 if (view instanceof BubbleTextHolder) { in startDragOnLongClick()
162 view = ((BubbleTextHolder) view).getBubbleText(); in startDragOnLongClick()