Searched defs:shouldBeVisible (Results 1 – 10 of 10) sorted by relevance
56 protected boolean shouldBeVisible() { in shouldBeVisible() method in ControlCenterButtonController
56 protected boolean shouldBeVisible() { in shouldBeVisible() method in HomeButtonController
56 protected boolean shouldBeVisible() { in shouldBeVisible() method in PassengerHomeButtonController
85 protected boolean shouldBeVisible() { in shouldBeVisible() method in DebugPanelButtonViewController
64 protected boolean shouldBeVisible() { in shouldBeVisible() method in StatusIconViewController
107 protected boolean shouldBeVisible() { in shouldBeVisible() method in CarSystemBarElementController
123 public boolean shouldBeVisible() { in shouldBeVisible() method in AppStateLongBackgroundTasksBridge.LongBackgroundTasksState
154 public boolean shouldBeVisible() { in shouldBeVisible() method in AppStateAlarmsAndRemindersBridge.AlarmsAndRemindersState
231 private boolean shouldBeVisible() { in shouldBeVisible() method in ActionButtonInfo
192 public void updateVisibility(final boolean shouldBeVisible, final boolean isFullscreenMode) { in updateVisibility()