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.java132 private float mHeaderVisibleAmount = 1.0f; field in NotificationChildrenContainer
865 mHeaderViewState.setAlpha(mHeaderVisibleAmount);
1620 mHeaderVisibleAmount = headerVisibleAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java227 private float mHeaderVisibleAmount = DEFAULT_HEADER_VISIBLE_AMOUNT; field in ExpandableNotificationRow
825 if (mHeaderVisibleAmount != headerVisibleAmount) {
826 mHeaderVisibleAmount = headerVisibleAmount;
839 return mHeaderVisibleAmount;