Searched refs:mHeaderViewState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java78 private ViewState mHeaderViewState; field in class:NotificationChildrenContainer
510 if (mHeaderViewState == null) {
511 mHeaderViewState = new ViewState();
513 mHeaderViewState.initFrom(mNotificationHeader);
514 mHeaderViewState.zTranslation = childrenExpanded
594 state.applyViewState(mNotificationHeader, mHeaderViewState);
648 state.applyViewState(mNotificationHeader, mHeaderViewState);

Completed in 36 milliseconds