Home
last modified time | relevance | path

Searched defs:shouldBeVisible (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
DBannerMessagePreference.java366 private boolean shouldBeVisible() { in shouldBeVisible() method in BannerMessagePreference.ButtonInfo
388 private boolean shouldBeVisible() { in shouldBeVisible() method in BannerMessagePreference.DismissButtonInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt143 var shouldBeVisible: Boolean = false in createExpandableViewState() variable in MediaContainerViewState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java359 public boolean shouldBeVisible() { in shouldBeVisible() method in HeadsUpAppearanceController
/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
DActionButtonsPreference.java543 private boolean shouldBeVisible() { in shouldBeVisible() method in ActionButtonsPreference.ButtonInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java295 private boolean shouldBeVisible() { in shouldBeVisible() method in Clock
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java6195 private boolean shouldBeVisible(boolean behindOccludedContainer, boolean ignoringKeyguard) { in shouldBeVisible() method in ActivityRecord
6259 boolean shouldBeVisible() { in shouldBeVisible() method in ActivityRecord
6263 boolean shouldBeVisible(boolean ignoringKeyguard) { in shouldBeVisible() method in ActivityRecord
DTaskFragment.java1711 boolean shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() method in TaskFragment