Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DNotificationStackAppearanceInteractorTest.kt52 underTest.setShadeScrimBounds(bounds1) in stackBounds()
60 underTest.setShadeScrimBounds(bounds2) in stackBounds()
81 underTest.setShadeScrimBounds( in setStackBounds_withImproperBounds_throwsException()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModel.kt55 interactor.setShadeScrimBounds(bounds) in onScrimBoundsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DNotificationStackAppearanceInteractor.kt102 fun setShadeScrimBounds(bounds: ShadeScrimBounds?) { in <lambda>() method