Home
last modified time | relevance | path

Searched refs:topHeadsUpEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java848 ExpandableNotificationRow topHeadsUpEntry = null; in updateHeadsUpStates() local
859 if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) { in updateHeadsUpStates()
860 topHeadsUpEntry = row; in updateHeadsUpStates()
863 boolean isTopEntry = topHeadsUpEntry == row; in updateHeadsUpStates()
899 topHeadsUpEntry == null ? null : topHeadsUpEntry.getViewState(); in updateHeadsUpStates()