Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java60 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in HeadsUpAppearanceControllerTest
73 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in setUp()
80 mHeadsUpAppearanceController.setExpandedHeight(0.0f, 0.0f); in setUp()
88 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testShowinEntryUpdated()
93 mHeadsUpAppearanceController.onHeadsUpUnPinned(mFirst); in testShowinEntryUpdated()
102 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testShownUpdated()
103 Assert.assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
107 mHeadsUpAppearanceController.onHeadsUpUnPinned(mFirst); in testShownUpdated()
108 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
116 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testHeaderUpdated()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java253 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationPanelView
2653 if (mHeadsUpAppearanceController != null
2654 && mHeadsUpAppearanceController.shouldBeVisible()) {
2819 mHeadsUpAppearanceController = headsUpAppearanceController; in setHeadsUpAppearanceController()
DStatusBar.java621 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in StatusBar
843 if (mHeadsUpAppearanceController != null) { in makeStatusBarView()
845 mHeadsUpAppearanceController.destroy(); in makeStatusBarView()
847 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in makeStatusBarView()
3922 if (mHeadsUpAppearanceController != null) { in updateStackScrollerState()
3923 mHeadsUpAppearanceController.setPublicMode(publicMode); in updateStackScrollerState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java418 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayout
3089 mHeadsUpAppearanceController.updateHeader(row.getEntry());
4618 mHeadsUpAppearanceController = headsUpAppearanceController;