Searched refs:mDarkIconDispatcher (Results 1 – 7 of 7) sorted by relevance
39 private final DarkIconDispatcher mDarkIconDispatcher; field in DarkIconManager56 mDarkIconDispatcher = darkIconDispatcher; in DarkIconManager()63 mDarkIconDispatcher.addDarkReceiver(view); in onIconAdded()77 mDarkIconDispatcher.removeDarkReceiver( in destroy()85 mDarkIconDispatcher.removeDarkReceiver( in onRemoveIcon()93 mDarkIconDispatcher.applyDark( in onSetIcon()100 mDarkIconDispatcher.addDarkReceiver(icons); in createDemoStatusIcons()107 mDarkIconDispatcher.removeDarkReceiver(mDemoStatusIcons); in exitDemoMode()116 private final DarkIconDispatcher mDarkIconDispatcher; field in DarkIconManager.Factory127 mDarkIconDispatcher = darkIconDispatcher; in Factory()[all …]
45 private final DarkIconDispatcher mDarkIconDispatcher; field in OperatorNameViewController66 mDarkIconDispatcher = darkIconDispatcher; in OperatorNameViewController()78 mDarkIconDispatcher.addDarkReceiver(mDarkReceiver); in onViewAttached()89 mDarkIconDispatcher.removeDarkReceiver(mDarkReceiver); in onViewDetached()122 private final DarkIconDispatcher mDarkIconDispatcher; field in OperatorNameViewController.Factory140 mDarkIconDispatcher = darkIconDispatcher; in Factory()153 mDarkIconDispatcher, in create()
74 private final DarkIconDispatcher mDarkIconDispatcher = mock(DarkIconDispatcher.class); field in HeadsUpAppearanceControllerTest119 mDarkIconDispatcher, in setUp()206 mDarkIconDispatcher, in constructor_animationValuesUpdated()224 reset(mDarkIconDispatcher); in testDestroy()231 verify(mDarkIconDispatcher).removeDarkReceiver((DarkIconDispatcher.DarkReceiver) any()); in testDestroy()
72 DarkIconDispatcher mDarkIconDispatcher; field in LegacyNotificationIconAreaControllerImplTest100 mDarkIconDispatcher, in setup()
81 private final DarkIconDispatcher mDarkIconDispatcher; field in HeadsUpAppearanceController155 mDarkIconDispatcher = darkIconDispatcher; in HeadsUpAppearanceController()190 mDarkIconDispatcher.addDarkReceiver(this); in onViewAttached()208 mDarkIconDispatcher.removeDarkReceiver(this); in onViewDetached()
476 private final DarkIconDispatcher mDarkIconDispatcher; field in LightBarController.Factory493 mDarkIconDispatcher = darkIconDispatcher; in Factory()506 mDarkIconDispatcher, in create()
127 @Inject Lazy<DarkIconDispatcher> mDarkIconDispatcher; field in Dependency176 mProviders.put(DarkIconDispatcher.class, mDarkIconDispatcher::get); in start()