Searched refs:mHeaderViewState (Results 1 – 1 of 1) sorted by relevance
98 private ViewState mHeaderViewState; field in NotificationChildrenContainer648 if (mHeaderViewState == null) {649 mHeaderViewState = new ViewState();651 mHeaderViewState.initFrom(mNotificationHeader);652 mHeaderViewState.zTranslation = childrenExpandedAndNotAnimating655 mHeaderViewState.yTranslation = mCurrentHeaderTranslation;656 mHeaderViewState.alpha = mHeaderVisibleAmount;659 mHeaderViewState.hidden = false;744 if (mHeaderViewState != null) {745 mHeaderViewState.applyToView(mNotificationHeader);[all …]