Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java420 private boolean mInHeadsUpPinnedMode; field in NotificationStackScrollLayout
728 } else if (mInHeadsUpPinnedMode || mHeadsUpAnimatingAway) { in onDraw()
1412 boolean clipped = mRequestedClipBounds != null && !mInHeadsUpPinnedMode
1490 || (mInHeadsUpPinnedMode && !mAmbientState.isDozing())) {
2103 if (!isExpanded() && mInHeadsUpPinnedMode) {
3129 && mInHeadsUpPinnedMode); in generateHeadsUpAnimationEvents()
4888 mInHeadsUpPinnedMode = inHeadsUpPinnedMode; in setInHeadsUpPinnedMode()
4965 .append(" headsUpPinned=").append(mInHeadsUpPinnedMode ? "T" : "f") in dump()