HomeSort by relevance Sort by last modified time
    Searched defs:shouldHideBackground (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 649 protected boolean shouldHideBackground() {
650 return super.shouldHideBackground() || mHideBackground;
    [all...]
ActivatableNotificationView.java 435 if (!dark && fade && !shouldHideBackground()) {
615 if (!shouldHideBackground()) {
669 if (shouldHideBackground()) {
692 protected boolean shouldHideBackground() {
    [all...]

Completed in 601 milliseconds