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.java109 private float mHeaderVisibleAmount = 1.0f; field in NotificationChildrenContainer
656 mHeaderViewState.alpha = mHeaderVisibleAmount;
1301 mHeaderVisibleAmount = headerVisibleAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java185 private float mHeaderVisibleAmount = DEFAULT_HEADER_VISIBLE_AMOUNT; field in ExpandableNotificationRow
755 if (mHeaderVisibleAmount != headerVisibleAmount) {
756 mHeaderVisibleAmount = headerVisibleAmount;
769 return mHeaderVisibleAmount;