Home
last modified time | relevance | path

Searched refs:setNotificationStackAbsoluteBottom (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wallpapers/domain/interactor/
DWallpaperFocalAreaInteractorTest.kt97 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(400F) in focalAreaBounds_withoutNotifications_inHandheldDevices()
117 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(600F) in focalAreaBounds_withNotifications_inHandheldDevices()
137 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(400F) in focalAreaBounds_inUnfoldLandscape()
157 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(600F) in focalAreaBounds_withNotifications_inUnfoldPortrait()
177 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(600F) in focalAreaBounds_withoutNotifications_inUnfoldPortrait()
197 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(200F) in focalAreaBounds_inTabletLandscape()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/data/repository/
DWallpaperFocalAreaRepository.kt45 fun setNotificationStackAbsoluteBottom(bottom: Float) in setShortcutAbsoluteTop() method
78 override fun setNotificationStackAbsoluteBottom(bottom: Float) { in setShortcutAbsoluteTop() method in com.android.systemui.wallpapers.data.repository.WallpaperFocalAreaRepositoryImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/wallpapers/data/repository/
DFakeWallpaperFocalAreaRepository.kt50 override fun setNotificationStackAbsoluteBottom(bottom: Float) { in setNotificationStackAbsoluteBottom() method in com.android.systemui.wallpapers.data.repository.FakeWallpaperFocalAreaRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wallpapers/ui/viewmodel/
DWallpaperFocalAreaViewModelTest.kt146 kosmos.wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(20F) in setTestFocalAreaBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt166 keyguardInteractor.setNotificationStackAbsoluteBottom( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt542 fun setNotificationStackAbsoluteBottom(bottom: Float) { in <lambda>() method
543 wallpaperFocalAreaRepository.setNotificationStackAbsoluteBottom(bottom) in <lambda>()