Searched refs:ShadeScrimBounds (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | NotificationStackAppearanceInteractorTest.kt | 26 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds 48 ShadeScrimBounds( in stackBounds() 56 ShadeScrimBounds( in stackBounds() 82 ShadeScrimBounds( in setStackBounds_withImproperBounds_throwsException()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/model/ |
D | ShadeScrimClipping.kt | 21 val bounds: ShadeScrimBounds = ShadeScrimBounds(),
|
D | ShadeScrimShape.kt | 21 val bounds: ShadeScrimBounds = ShadeScrimBounds(),
|
D | ShadeScrimBounds.kt | 20 data class ShadeScrimBounds( class 37 ShadeScrimBounds(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/data/repository/ |
D | NotificationPlaceholderRepository.kt | 20 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds 39 val shadeScrimBounds = MutableStateFlow<ShadeScrimBounds?>(null)
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/ |
D | NotificationStackAppearanceIntegrationTest.kt | 33 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds in <lambda>() 73 ShadeScrimBounds(left = 0f, top = 200f, right = 100f, bottom = 550f) in <lambda>() 79 ShadeScrimBounds(left = 0f, top = 200f, right = 100f, bottom = 550f), in <lambda>() 88 ShadeScrimBounds(left = 210f, top = 200f, right = 300f, bottom = 550f) in <lambda>() 94 ShadeScrimBounds(left = 10f, top = 200f, right = 100f, bottom = 550f), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | NotificationStackAppearanceInteractor.kt | 25 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds in <lambda>() 45 val shadeScrimBounds: StateFlow<ShadeScrimBounds?> = in <lambda>() 102 fun setShadeScrimBounds(bounds: ShadeScrimBounds?) { in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationsPlaceholderViewModelTest.kt | 25 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds 41 val bounds = ShadeScrimBounds(left = 5f, top = 15f, right = 25f, bottom = 35f) in onBoundsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationsPlaceholderViewModel.kt | 27 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds 54 fun onScrimBoundsChanged(bounds: ShadeScrimBounds?) { in onScrimBoundsChanged()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 79 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds in <lambda>() 311 ShadeScrimBounds( in NotificationScrollingStack()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 118 import com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimBounds; 5732 ShadeScrimBounds bounds = shape.getBounds(); in setScrimClippingShape()
|