Searched refs:BubbleTextHolder (Results 1 – 7 of 7) sorted by relevance
37 import com.android.launcher3.views.BubbleTextHolder;92 } else if (host instanceof BubbleTextHolder) { in itemSupportsLongClick()93 BubbleTextHolder holder = (BubbleTextHolder) host; in itemSupportsLongClick()
56 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()
45 import com.android.launcher3.views.BubbleTextHolder;144 View v = (view instanceof BubbleTextHolder) in onAllAppsItemLongClick()145 ? ((BubbleTextHolder) view).getBubbleText() in onAllAppsItemLongClick()
40 import com.android.launcher3.views.BubbleTextHolder;47 public class DeepShortcutView extends FrameLayout implements BubbleTextHolder {
23 public interface BubbleTextHolder extends IconLabelDotView { interface
255 if (v instanceof BubbleTextHolder) { in getLocationBoundsForView()256 v = ((BubbleTextHolder) v).getBubbleText(); in getLocationBoundsForView()
83 import com.android.launcher3.views.BubbleTextHolder;161 if (view instanceof BubbleTextHolder) { in startDragOnLongClick()162 view = ((BubbleTextHolder) view).getBubbleText(); in startDragOnLongClick()