Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java107 private float mHeaderVisibleAmount = 1.0f; field in NotificationChildrenContainer
622 mHeaderViewState.alpha = mHeaderVisibleAmount;
1248 mHeaderVisibleAmount = headerVisibleAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java177 private float mHeaderVisibleAmount = DEFAULT_HEADER_VISIBLE_AMOUNT; field in ExpandableNotificationRow
774 if (mHeaderVisibleAmount != headerVisibleAmount) {
775 mHeaderVisibleAmount = headerVisibleAmount;
788 return mHeaderVisibleAmount;