Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java114 private float mHeaderVisibleAmount = 1.0f; field in NotificationChildrenContainer
658 mHeaderViewState.alpha = mHeaderVisibleAmount;
1292 mHeaderVisibleAmount = headerVisibleAmount;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java201 private float mHeaderVisibleAmount = DEFAULT_HEADER_VISIBLE_AMOUNT; field in ExpandableNotificationRow
766 if (mHeaderVisibleAmount != headerVisibleAmount) {
767 mHeaderVisibleAmount = headerVisibleAmount;
780 return mHeaderVisibleAmount;