Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java188 private boolean mHeadsUpAnimatingAway; field in NotificationContentView
641 && (mIsHeadsUp || mHeadsUpAnimatingAway) in getMinContentHeightHint()
1117 if ((mIsHeadsUp || mHeadsUpAnimatingAway) && mHeadsUpChild != null in getVisualTypeForHeight()
1689 if ((!mIsHeadsUp && !mHeadsUpAnimatingAway)
1829 mHeadsUpAnimatingAway = headsUpAnimatingAway;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java444 private boolean mHeadsUpAnimatingAway; field in NotificationPanelViewController
2984 mHeadsUpAnimatingAway = headsUpAnimatingAway; in setHeadsUpAnimatingAway()
2997 boolean headsUpVisible = mHeadsUpAnimatingAway || mHeadsUpPinnedMode; in shouldPanelBeVisible()
3089 return (mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway) in isPanelVisibleBecauseOfHeadsUp()
3399 ipw.print("mHeadsUpAnimatingAway="); ipw.println(mHeadsUpAnimatingAway); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java461 private boolean mHeadsUpAnimatingAway; field in NotificationStackScrollLayout
796 } else if (mInHeadsUpPinnedMode || mHeadsUpAnimatingAway) { in onDraw()
1549 && !mHeadsUpAnimatingAway;
5022 mHeadsUpAnimatingAway = headsUpAnimatingAway; in setHeadsUpAnimatingAway()