Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DOnHeadsUpChangedListener.java32 default void onHeadsUpPinnedModeChanged(boolean inPinnedMode) {} in onHeadsUpPinnedModeChanged() method
H A DHeadsUpManager.java221 listener.onHeadsUpPinnedModeChanged(hasPinnedNotification); in updatePinnedMode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java72 public void onHeadsUpPinnedModeChanged(boolean inPinnedMode) { in onHeadsUpPinnedModeChanged() method in StatusBarHeadsUpChangeListener
H A DStatusBarTouchableRegionManager.java109 public void onHeadsUpPinnedModeChanged(boolean hasPinnedNotification) { in StatusBarTouchableRegionManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java607 public void onHeadsUpPinnedModeChanged(boolean inPinnedMode) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4420 public void onHeadsUpPinnedModeChanged(final boolean inPinnedMode) { in onHeadsUpPinnedModeChanged() method in ShadeHeadsUpChangedListener