Home | History | Annotate | Download | only in stack

Lines Matching refs:topHeadsUpEntry

413         ExpandableNotificationRow topHeadsUpEntry = ambientState.getTopHeadsUpEntry();
502 if (ambientState.isShadeExpanded() && topHeadsUpEntry != null
503 && child != topHeadsUpEntry) {
504 childViewState.yTranslation += topHeadsUpEntry.getHeadsUpHeight() - mCollapsedSize;
515 ExpandableNotificationRow topHeadsUpEntry = null;
524 } else if (topHeadsUpEntry == null) {
525 topHeadsUpEntry = row;
528 boolean isTopEntry = topHeadsUpEntry == row;
546 StackViewState topState = resultState.getViewStateForView(topHeadsUpEntry);