Searched refs:shouldDisplay (Results 1 – 6 of 6) sorted by relevance
275 private void checkSwitchBarStatus(boolean shouldDisplay, boolean statusOn) { in checkSwitchBarStatus() argument276 if (shouldDisplay) { in checkSwitchBarStatus()289 private void checkEmptyViewStatus(boolean shouldDisplay) { in checkEmptyViewStatus() argument291 if (!shouldDisplay) { in checkEmptyViewStatus()
287 private void displayPwChangeDialog(int strId, boolean shouldDisplay) { in displayPwChangeDialog() argument311 if (shouldDisplay) { in displayPwChangeDialog()
381 private final void displayPinChangeDialog(int strId, boolean shouldDisplay) { in displayPinChangeDialog() argument409 if (shouldDisplay) { in displayPinChangeDialog()
78 (state != null) && state.shouldDisplay())); in onCreateView()
337 public boolean shouldDisplay() { in shouldDisplay() method in PlaybackViewModel.PlaybackStateWrapper
366 mCanShowMiniPlaybackControls = (state != null) && state.shouldDisplay(); in handlePlaybackState()