Home
last modified time | relevance | path

Searched refs:mHeadsUpWrapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java71 private NotificationViewWrapper mHeadsUpWrapper; field in NotificationContentView
375 mHeadsUpWrapper = NotificationViewWrapper.wrap(getContext(), child, in setHeadsUpChild()
667 mHeadsUpWrapper.setVisible(true); in forceUpdateVisibilities()
717 mHeadsUpWrapper.setVisible(headsUpVisible); in updateViewVisibilities()
768 return mHeadsUpWrapper; in getTransformableViewForVisibleType()
798 return mHeadsUpWrapper; in getVisibleWrapper()
878 mHeadsUpWrapper.setDark(dark, fade, delay); in setDark()
912 mHeadsUpWrapper.setShowingLegacyBackground(mShowingLegacyBackground); in updateShowingLegacyBackground()
933 mHeadsUpWrapper.notifyContentUpdated(entry.notification); in onNotificationUpdated()
1106 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);
[all …]