Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java425 public ExpandableView getLastVisibleBackgroundChild() { in getLastVisibleBackgroundChild() method in AmbientState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java161 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState()
225 View lastChild = mAmbientState.getLastVisibleBackgroundChild(); in updateAppearance()