Home
last modified time | relevance | path

Searched defs:lastVisibleBackgroundChild (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt371 val lastVisibleBackgroundChild = mock<ExpandableView>() regex
398 val lastVisibleBackgroundChild = mock<ExpandableView>() regex
424 val lastVisibleBackgroundChild = mock<ExpandableView>() regex
452 val lastVisibleBackgroundChild = mock<ExpandableView>() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java504 ExpandableView lastVisibleBackgroundChild) { in setLastVisibleBackgroundChild()