Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java75 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in HeadsUpAppearanceControllerTest
112 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in setUp()
130 mHeadsUpAppearanceController.setAppearFraction(0.0f, 0.0f); in setUp()
138 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testShowinEntryUpdated()
143 mHeadsUpAppearanceController.onHeadsUpUnPinned(mEntry); in testShowinEntryUpdated()
152 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testShownUpdated()
153 assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
157 mHeadsUpAppearanceController.onHeadsUpUnPinned(mEntry); in testShownUpdated()
158 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
167 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testHeaderUpdated()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java119 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in CollapsedStatusBarFragmentTest
469 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(true); in disable_hasOngoingCallButAlsoHun_chipHidden()
602 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(true); in hasOngoingActivityButAlsoHun_chipHidden()
701 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(true); in disable_headsUpShouldBeVisibleTrue_clockDisabled()
711 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(false); in disable_headsUpShouldBeVisibleFalse_clockNotDisabled()
887 .thenReturn(mHeadsUpAppearanceController); in setUpDaggerComponent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java214 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayoutController
967 mHeadsUpAppearanceController = controller; in setHeadsUpAppearanceController()
1953 mHeadsUpAppearanceController.updateHeader(entry);
1954 mHeadsUpAppearanceController.updateHeadsUpAndPulsingRoundness(entry);
DNotificationStackScrollLayout.java476 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayout
5084 if (mHeadsUpAppearanceController != null) { in onStatePostChange()
5085 mHeadsUpAppearanceController.onStateChanged(); in onStatePostChange()
5280 mHeadsUpAppearanceController = headsUpAppearanceController; in setHeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java480 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationPanelViewController
3224 if (mHeadsUpAppearanceController != null
3225 && mHeadsUpAppearanceController.shouldBeVisible()) {
3338 mHeadsUpAppearanceController = headsUpAppearanceController;
4662 return mHeadsUpAppearanceController != null &&
4663 mHeadsUpAppearanceController.shouldBeVisible();