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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 162 ExpandableNotificationRow topHeadsUpEntry = getTopHeadsUpEntry();
183 public ExpandableNotificationRow getTopHeadsUpEntry() {
StackScrollAlgorithm.java 413 ExpandableNotificationRow topHeadsUpEntry = ambientState.getTopHeadsUpEntry();
598 || ambientState != null && ambientState.getTopHeadsUpEntry() == child) {
    [all...]

Completed in 142 milliseconds