Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java460 private boolean mInHeadsUpPinnedMode; field in NotificationStackScrollLayout
796 } else if (mInHeadsUpPinnedMode || mHeadsUpAnimatingAway) { in onDraw()
1548 boolean clipped = mRequestedClipBounds != null && !mInHeadsUpPinnedMode
1620 || (mInHeadsUpPinnedMode && !mAmbientState.isDozing())) {
2238 if (!isExpanded() && mInHeadsUpPinnedMode) {
3235 && mInHeadsUpPinnedMode); in generateHeadsUpAnimationEvents()
5017 mInHeadsUpPinnedMode = inHeadsUpPinnedMode; in setInHeadsUpPinnedMode()
5100 println(pw, "headsUpPinned", mInHeadsUpPinnedMode); in dump()