/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 60 import dagger.Lazy; 120 @Inject Lazy<BroadcastDispatcher> mBroadcastDispatcher; 121 @Inject Lazy<BluetoothController> mBluetoothController; 122 @Inject Lazy<KeyguardUpdateMonitor> mKeyguardUpdateMonitor; 123 @Inject Lazy<DeviceProvisionedController> mDeviceProvisionedController; 124 @Inject Lazy<PluginManager> mPluginManager; 125 @Inject Lazy<AssistManager> mAssistManager; 126 @Inject Lazy<TunerService> mTunerService; 127 @Inject Lazy<DarkIconDispatcher> mDarkIconDispatcher; 128 @Inject Lazy<FragmentService> mFragmentService; [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/ |
D | UserSwitcherDialogCoordinator.kt | 39 import dagger.Lazy in <lambda>() 51 @Application private val context: Lazy<Context>, in <lambda>() 52 @Application private val applicationScope: Lazy<CoroutineScope>, in <lambda>() 53 private val falsingManager: Lazy<FalsingManager>, in <lambda>() 54 private val broadcastSender: Lazy<BroadcastSender>, in <lambda>() 55 private val dialogTransitionAnimator: Lazy<DialogTransitionAnimator>, in <lambda>() 56 private val interactor: Lazy<UserSwitcherInteractor>, in <lambda>() 58 private val eventLogger: Lazy<UiEventLogger>, in <lambda>() 59 private val activityStarter: Lazy<ActivityStarter>, in <lambda>() 60 private val falsingCollector: Lazy<FalsingCollector>, in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
D | PhysicalKeyboardCoreStartable.kt | 29 import dagger.Lazy 37 private val keyboardBacklightDialogCoordinator: Lazy<KeyboardBacklightDialogCoordinator>, 38 private val stickyKeysIndicatorCoordinator: Lazy<StickyKeysIndicatorCoordinator>, 39 private val keyboardDockingIndicationViewBinder: Lazy<KeyboardDockingIndicationViewBinder>,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 88 import dagger.Lazy; 133 Lazy<KeyguardViewController> statusBarKeyguardViewManagerLazy, in newKeyguardViewMediator() 147 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in newKeyguardViewMediator() 149 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator() 156 Lazy<ShadeController> shadeController, in newKeyguardViewMediator() 157 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator() 158 Lazy<ActivityTransitionAnimator> activityTransitionAnimator, in newKeyguardViewMediator() 159 Lazy<ScrimController> scrimControllerLazy, in newKeyguardViewMediator() 166 Lazy<DreamViewModel> dreamViewModel, in newKeyguardViewMediator() 167 Lazy<CommunalTransitionViewModel> communalTransitionViewModel, in newKeyguardViewMediator() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | SideFpsOverlayViewBinder.kt | 49 import dagger.Lazy in <lambda>() 64 private val biometricStatusInteractor: Lazy<BiometricStatusInteractor>, in <lambda>() 65 private val displayStateInteractor: Lazy<DisplayStateInteractor>, in <lambda>() 66 private val deviceEntrySideFpsOverlayInteractor: Lazy<DeviceEntrySideFpsOverlayInteractor>, in <lambda>() 67 private val layoutInflater: Lazy<LayoutInflater>, in <lambda>() 68 private val sideFpsProgressBarViewModel: Lazy<SideFpsProgressBarViewModel>, in <lambda>() 69 private val sfpsSensorInteractor: Lazy<SideFpsSensorInteractor>, in <lambda>() 70 private val windowManager: Lazy<WindowManager> in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/dagger/ |
D | ControlsComponent.kt | 30 import dagger.Lazy 46 lazyControlsController: Lazy<ControlsController>, 47 lazyControlsUiController: Lazy<ControlsUiController>, 48 lazyControlsListingController: Lazy<ControlsListingController>, 118 private fun <T : Any> optionalIf(condition: Boolean, provider: Lazy<T>): Optional<T> = in optionalIf()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/ |
D | DeviceEntryModule.kt | 27 import dagger.Lazy 49 legacyLockIconViewController: Lazy<LegacyLockIconViewController>, in deviceEntryIconTransitionSet() 50 emptyLockIconViewController: Lazy<EmptyLockIconViewController>, in deviceEntryIconTransitionSet()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingCollectorImpl.java | 54 import dagger.Lazy; 86 private final Lazy<ShadeInteractor> mShadeInteractorLazy; 87 private final Lazy<CommunalInteractor> mCommunalInteractorLazy; 93 private final Lazy<SelectedUserInteractor> mUserInteractor; 94 private final Lazy<DeviceEntryInteractor> mDeviceEntryInteractor; 95 private final Lazy<SceneContainerOcclusionInteractor> mSceneContainerOcclusionInteractor; 171 Lazy<ShadeInteractor> shadeInteractorLazy, in FalsingCollectorImpl() 177 Lazy<SelectedUserInteractor> userInteractor, in FalsingCollectorImpl() 178 Lazy<CommunalInteractor> communalInteractorLazy, in FalsingCollectorImpl() 179 Lazy<DeviceEntryInteractor> deviceEntryInteractor, in FalsingCollectorImpl() [all …]
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | LockSection.kt | 52 import dagger.Lazy in <lambda>() 63 private val lockIconViewController: Lazy<LockIconViewController>, in <lambda>() 64 private val deviceEntryIconViewModel: Lazy<DeviceEntryIconViewModel>, in <lambda>() 65 private val deviceEntryForegroundViewModel: Lazy<DeviceEntryForegroundViewModel>, in <lambda>() 66 private val deviceEntryBackgroundViewModel: Lazy<DeviceEntryBackgroundViewModel>, in <lambda>() 67 private val falsingManager: Lazy<FalsingManager>, in <lambda>() 68 private val vibratorHelper: Lazy<VibratorHelper>, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ |
D | ShortcutHelperModule.kt | 26 import dagger.Lazy 44 fun starter(implLazy: Lazy<ShortcutHelperActivityStarter>): CoreStartable { in activity() 56 fun repo(implLazy: Lazy<ShortcutHelperRepository>): CoreStartable { in activity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | PluginDependencyProvider.java | 22 import dagger.Lazy; 33 private final Lazy<PluginManager> mManagerLazy; 38 public PluginDependencyProvider(Lazy<PluginManager> managerLazy) { in PluginDependencyProvider()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultDeviceEntrySection.kt | 49 import dagger.Lazy in <lambda>() 65 private val lockIconViewController: Lazy<LockIconViewController>, in <lambda>() 66 private val deviceEntryIconViewModel: Lazy<DeviceEntryIconViewModel>, in <lambda>() 67 private val deviceEntryForegroundViewModel: Lazy<DeviceEntryForegroundViewModel>, in <lambda>() 68 private val deviceEntryBackgroundViewModel: Lazy<DeviceEntryBackgroundViewModel>, in <lambda>() 69 private val falsingManager: Lazy<FalsingManager>, in <lambda>() 70 private val vibratorHelper: Lazy<VibratorHelper>, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | DelayedWakeLock.java | 26 import dagger.Lazy; 43 public DelayedWakeLock(@Background Lazy<Handler> bgHandler, in DelayedWakeLock() 44 @Main Lazy<Handler> mainHandler, in DelayedWakeLock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImpl.java | 67 import dagger.Lazy; 111 private final Lazy<InteractionJankMonitor> mInteractionJankMonitorLazy; 113 private final Lazy<KeyguardTransitionInteractor> mKeyguardTransitionInteractorLazy; 114 private final Lazy<ShadeInteractor> mShadeInteractorLazy; 115 private final Lazy<DeviceUnlockedInteractor> mDeviceUnlockedInteractorLazy; 116 private final Lazy<SceneInteractor> mSceneInteractorLazy; 117 private final Lazy<KeyguardClockInteractor> mKeyguardClockInteractorLazy; 179 Lazy<InteractionJankMonitor> interactionJankMonitorLazy, in StatusBarStateControllerImpl() 181 Lazy<KeyguardTransitionInteractor> keyguardTransitionInteractor, in StatusBarStateControllerImpl() 182 Lazy<ShadeInteractor> shadeInteractorLazy, in StatusBarStateControllerImpl() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeControllerImpl.java | 43 import dagger.Lazy; 68 private final Lazy<NotificationPanelViewController> mNpvc; 69 private final Lazy<AssistManager> mAssistManagerLazy; 70 private final Lazy<NotificationGutsManager> mGutsManager; 90 Lazy<NotificationPanelViewController> shadeViewControllerLazy, in ShadeControllerImpl() 91 Lazy<AssistManager> assistManagerLazy, in ShadeControllerImpl() 92 Lazy<NotificationGutsManager> gutsManager in ShadeControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | ScreenIdleCondition.kt | 20 import dagger.Lazy 27 constructor(private val powerInteractorLazy: Lazy<PowerInteractor>) :
|
D | NotOccludedCondition.kt | 5 import dagger.Lazy 14 private val keyguardTransitionInteractorLazy: Lazy<KeyguardTransitionInteractor>,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Dagger.kt | 19 import dagger.Lazy 33 operator fun <T> Lazy<T>.getValue(thisRef: Any?, property: KProperty<*>): T = get()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/ |
D | SysuiColorExtractor.java | 34 import dagger.Lazy; 50 private Lazy<SelectedUserInteractor> mUserInteractor; 57 Lazy<SelectedUserInteractor> userInteractor) { in SysuiColorExtractor() 76 Lazy<SelectedUserInteractor> userInteractor) { in SysuiColorExtractor()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/ |
D | LockscreenScene.kt | 31 import dagger.Lazy 41 private val lockscreenContent: Lazy<LockscreenContent>, 61 lockscreenContent: Lazy<LockscreenContent>, in LockscreenScene()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSFactoryImpl.java | 28 import dagger.Lazy; 52 private final Lazy<QSHost> mQsHostLazy; 57 Lazy<QSHost> qsHostLazy, in QSFactoryImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMonitor.kt | 23 import dagger.Lazy 32 private val notificationMemoryLogger: Lazy<NotificationMemoryLogger>,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ |
D | MediaProjectionTaskSwitcherCoreStartable.kt | 23 import dagger.Lazy 30 private val notificationCoordinatorLazy: Lazy<TaskSwitcherNotificationCoordinator>,
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | InWindowLauncherUnlockAnimationInteractorKosmos.kt | 24 import dagger.Lazy 32 surfaceBehindRepository = Lazy { keyguardSurfaceBehindRepository }, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | AlternateBouncerInteractor.kt | 37 import dagger.Lazy in <lambda>() 63 private val deviceEntryFingerprintAuthInteractor: Lazy<DeviceEntryFingerprintAuthInteractor>, in <lambda>() 64 private val keyguardInteractor: Lazy<KeyguardInteractor>, in <lambda>() 65 keyguardTransitionInteractor: Lazy<KeyguardTransitionInteractor>, in <lambda>() 66 sceneInteractor: Lazy<SceneInteractor>, in <lambda>()
|