Searched refs:shouldAddArrow (Results 1 – 2 of 2) sorted by relevance
134 public void setShouldAddArrow(boolean shouldAddArrow) { in setShouldAddArrow() argument135 mShouldAddArrow = shouldAddArrow; in setShouldAddArrow()139 protected boolean shouldAddArrow() { in shouldAddArrow() method in OptionsPopupView165 boolean shouldAddArrow) { in show() argument166 return show(activityContext, targetRect, items, shouldAddArrow, 0 /* width */); in show()174 boolean shouldAddArrow, in show() argument182 popup.setShouldAddArrow(shouldAddArrow); in show()
325 if (shouldAddArrow()) { in show()349 mArrow.setVisibility(show && shouldAddArrow() ? VISIBLE : INVISIBLE); in showArrow()384 protected boolean shouldAddArrow() { in shouldAddArrow() method in ArrowPopup