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/stack/
DNotificationChildrenContainer.java107 private float mHeaderVisibleAmount = 1.0f; field in NotificationChildrenContainer
670 mHeaderViewState.alpha = mHeaderVisibleAmount;
1315 mHeaderVisibleAmount = headerVisibleAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java160 private float mHeaderVisibleAmount = 1.0f; field in ExpandableNotificationRow
633 if (mHeaderVisibleAmount != headerVisibleAmount) {
634 mHeaderVisibleAmount = headerVisibleAmount;
645 return mHeaderVisibleAmount;