Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java138 && view == ambientState.getTrackedHeadsUpRow(); in updateAlphaState()
589 } else if (view != ambientState.getTrackedHeadsUpRow()) {
741 ExpandableNotificationRow trackedHeadsUpRow = ambientState.getTrackedHeadsUpRow(); in updateHeadsUpStates()
H A DAmbientState.java698 public ExpandableNotificationRow getTrackedHeadsUpRow() { in getTrackedHeadsUpRow() method in AmbientState
H A DNotificationStackScrollLayout.java1625 + getPositionInLinearLayout(mAmbientState.getTrackedHeadsUpRow());
1636 return mAmbientState.getTrackedHeadsUpRow() != null;
2660 ExpandableNotificationRow trackedHeadsUpRow = mAmbientState.getTrackedHeadsUpRow(); in getLayoutMinHeight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java544 && anv == mAmbientState.getTrackedHeadsUpRow();