Home
last modified time | relevance | path

Searched refs:cameraProtectionLoader (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUICutoutProvider.kt44 @Assisted private val cameraProtectionLoader: CameraProtectionLoader, in cutoutInfoForCurrentDisplayAndRotation() constant in com.android.systemui.SysUICutoutProviderImpl
48 cameraProtectionLoader.loadCameraProtectionInfoList() in cutoutInfoForCurrentDisplayAndRotation()
89 cameraProtectionLoader: CameraProtectionLoader, in cutoutInfoForCurrentDisplayAndRotation()
DCameraProtectionModule.kt29 fun cameraProtectionLoader( in cameraProtectionLoader() method
DCameraAvailabilityListener.kt170 cameraProtectionLoader: CameraProtectionLoader in onApplyCameraProtection()
174 val cameraProtectionInfoList = cameraProtectionLoader.loadCameraProtectionInfoList() in onApplyCameraProtection()
DScreenDecorations.java338 CameraProtectionLoader cameraProtectionLoader, in ScreenDecorations() argument
350 mCameraProtectionLoader = cameraProtectionLoader; in ScreenDecorations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DStatusBarContentInsetsProviderStore.kt67 val cameraProtectionLoader = cameraProtectionLoaderFactory.create(context) in createInstanceForDisplay() constant
72 sysUICutoutProviderFactory.create(context, cameraProtectionLoader), in createInstanceForDisplay()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DFakeSysUICutoutProviderFactory.kt26 cameraProtectionLoader: CameraProtectionLoader, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarModule.kt181 cameraProtectionLoader: CameraProtectionLoader, in lightBarControllerAsCoreStartable()
183 return factory.create(context, cameraProtectionLoader) in lightBarControllerAsCoreStartable()