Searched refs:shouldShowMenu (Results 1 – 4 of 4) sorted by relevance
63 if (!mParams.shouldShowMenu) return false; in onCreateOptionsMenu()92 return mParams.shouldShowMenu; in onPrepareOptionsMenu()149 private boolean shouldShowMenu = true; field in MenuScenario.Params154 public Params setShouldShowMenu(boolean shouldShowMenu) { in setShouldShowMenu() argument155 this.shouldShowMenu = shouldShowMenu; in setShouldShowMenu()
148 public boolean shouldShowMenu(); in shouldShowMenu() method
173 if (!menuRow.shouldShowMenu()) { in handleMenuRowSwipe()
207 public boolean shouldShowMenu() { in shouldShowMenu() method in NotificationMenuRow