Searched refs:canShowLongPressPopup (Results 1 – 2 of 2) sorted by relevance
91 return ((BubbleTextView) host).canShowLongPressPopup(); in itemSupportsLongClick()94 return holder.getBubbleText() != null && holder.getBubbleText().canShowLongPressPopup(); in itemSupportsLongClick()
1291 public boolean canShowLongPressPopup() { in canShowLongPressPopup() method in BubbleTextView