Searched refs:getBubbleText (Results 1 – 9 of 9) sorted by relevance
24 BubbleTextView getBubbleText(); in getBubbleText() method28 getBubbleText().setIconVisible(visible); in setIconVisible()33 getBubbleText().setForceHideDot(hide); in setForceHideDot()
190 view.getBubbleText().setText(item.label); in show()
256 v = ((BubbleTextHolder) v).getBubbleText(); in getLocationBoundsForView()
94 return holder.getBubbleText() != null && holder.getBubbleText().canShowLongPressPopup(); in itemSupportsLongClick()
175 dragCondition = holder.getBubbleText() == null ? null in performAction()176 : holder.getBubbleText().startLongPressAction(); in performAction()201 ? ((BubbleTextHolder) host).getBubbleText() : null); in performAction()
117 public BubbleTextView getBubbleText() { in getBubbleText() method in DeepShortcutView
145 ? ((BubbleTextHolder) view).getBubbleText() in onAllAppsItemLongClick()
152 shortcutView.getBubbleText(), in startDragOnLongClick()162 view = ((BubbleTextHolder) view).getBubbleText(); in startDragOnLongClick()
462 info.setIconAndLabelFor(shortcutView.getIconView(), shortcutView.getBubbleText()); in initializeSystemShortcut()