HomeSort by relevance Sort by last modified time
    Searched refs:topHeadsUpEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 162 ExpandableNotificationRow topHeadsUpEntry = getTopHeadsUpEntry();
163 return topHeadsUpEntry != null ? topHeadsUpEntry.getHeadsUpHeight()
164 - topHeadsUpEntry.getMinHeight(): 0;
StackScrollAlgorithm.java 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);
    [all...]

Completed in 62 milliseconds