Home
last modified time | relevance | path

Searched refs:shouldAddArrow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java134 public void setShouldAddArrow(boolean shouldAddArrow) { in setShouldAddArrow() argument
135 mShouldAddArrow = shouldAddArrow; in setShouldAddArrow()
139 protected boolean shouldAddArrow() { in shouldAddArrow() method in OptionsPopupView
165 boolean shouldAddArrow) { in show() argument
166 return show(activityContext, targetRect, items, shouldAddArrow, 0 /* width */); in show()
174 boolean shouldAddArrow, in show() argument
182 popup.setShouldAddArrow(shouldAddArrow); in show()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java325 if (shouldAddArrow()) { in show()
349 mArrow.setVisibility(show && shouldAddArrow() ? VISIBLE : INVISIBLE); in showArrow()
384 protected boolean shouldAddArrow() { in shouldAddArrow() method in ArrowPopup