Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
DActionButtonsPreference.java389 private boolean shouldBeVisible() { in shouldBeVisible() method in ActionButtonsPreference.ButtonInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java281 private boolean shouldBeVisible() { in shouldBeVisible() method in Clock
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java376 public boolean shouldBeVisible() { in shouldBeVisible() method in HeadsUpAppearanceController
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1965 boolean shouldBeVisible(boolean behindFullscreenActivity) { in shouldBeVisible() method in ActivityRecord
1990 boolean shouldBeVisible() { in shouldBeVisible() method in ActivityRecord
DActivityStack.java1974 boolean shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() method in ActivityStack
2303 boolean checkKeyguardVisibility(ActivityRecord r, boolean shouldBeVisible, boolean isTop) { in checkKeyguardVisibility()