Searched refs:shouldDisplay (Results 1 – 6 of 6) sorted by relevance
273 private void checkSwitchBarStatus(boolean shouldDisplay, boolean statusOn) { in checkSwitchBarStatus() argument274 if (shouldDisplay) { in checkSwitchBarStatus()287 private void checkEmptyViewStatus(boolean shouldDisplay) { in checkEmptyViewStatus() argument289 if (!shouldDisplay) { in checkEmptyViewStatus()
381 private final void displayPinChangeDialog(int strId, boolean shouldDisplay) { in displayPinChangeDialog() argument409 if (shouldDisplay) { in displayPinChangeDialog()
293 private void displayPwChangeDialog(int strId, boolean shouldDisplay) { in displayPwChangeDialog() argument317 if (shouldDisplay) { in displayPwChangeDialog()
74 (state != null) && state.shouldDisplay())); in onCreateView()
337 public boolean shouldDisplay() { in shouldDisplay() method in PlaybackViewModel.PlaybackStateWrapper
281 mCanShowMiniPlaybackControls = (state != null) && state.shouldDisplay(); in handlePlaybackState()