Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java130 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testShowinEntryUpdated()
135 mHeadsUpAppearanceController.onHeadsUpUnPinned(mEntry); in testShowinEntryUpdated()
144 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testShownUpdated()
145 assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
149 mHeadsUpAppearanceController.onHeadsUpUnPinned(mEntry); in testShownUpdated()
158 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testHeaderUpdated()
163 mHeadsUpAppearanceController.onHeadsUpUnPinned(mEntry); in testHeaderUpdated()
169 mHeadsUpAppearanceController.setAnimationsEnabled(false); in testOperatorNameViewUpdated()
174 mHeadsUpAppearanceController.onHeadsUpPinned(mEntry); in testOperatorNameViewUpdated()
179 mHeadsUpAppearanceController.onHeadsUpUnPinned(mEntry); in testOperatorNameViewUpdated()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java122 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in CollapsedStatusBarFragmentTest
468 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(true); in disable_hasOngoingCallButAlsoHun_chipHidden()
527 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(true); in disable_headsUpShouldBeVisibleTrue_clockDisabled()
537 when(mHeadsUpAppearanceController.shouldBeVisible()).thenReturn(false); in disable_headsUpShouldBeVisibleFalse_clockNotDisabled()
712 .thenReturn(mHeadsUpAppearanceController); in setUpDaggerComponent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java205 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayoutController
876 mHeadsUpAppearanceController = controller; in setHeadsUpAppearanceController()
1832 mHeadsUpAppearanceController.updateHeader(entry);
1833 mHeadsUpAppearanceController.updateHeadsUpAndPulsingRoundness(entry);
H A DNotificationStackScrollLayout.java481 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayout
5046 if (mHeadsUpAppearanceController != null) { in onStatePostChange()
5047 mHeadsUpAppearanceController.onStateChanged(); in onStatePostChange()
5215 mHeadsUpAppearanceController = headsUpAppearanceController; in setHeadsUpAppearanceController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java475 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationPanelViewController
3102 if (mHeadsUpAppearanceController != null in shouldHideStatusBarIconsWhenExpanded()
3103 && mHeadsUpAppearanceController.shouldBeVisible()) { in shouldHideStatusBarIconsWhenExpanded()
3228 mHeadsUpAppearanceController = headsUpAppearanceController; in setHeadsUpAppearanceController()
4623 return mHeadsUpAppearanceController != null &&
4624 mHeadsUpAppearanceController.shouldBeVisible();