Searched refs:mDarkIconDispatcher (Results 1 – 7 of 7) sorted by relevance
45 private final DarkIconDispatcher mDarkIconDispatcher; field in OperatorNameViewController60 mDarkIconDispatcher = darkIconDispatcher; in OperatorNameViewController()70 mDarkIconDispatcher.addDarkReceiver(mDarkReceiver); in onViewAttached()78 mDarkIconDispatcher.removeDarkReceiver(mDarkReceiver); in onViewDetached()105 private final DarkIconDispatcher mDarkIconDispatcher; field in OperatorNameViewController.Factory119 mDarkIconDispatcher = darkIconDispatcher; in Factory()130 mDarkIconDispatcher, in create()
156 private final DarkIconDispatcher mDarkIconDispatcher; field in StatusBarIconController.DarkIconManager173 mDarkIconDispatcher = darkIconDispatcher; in DarkIconManager()180 mDarkIconDispatcher.addDarkReceiver((DarkReceiver) view); in onIconAdded()194 mDarkIconDispatcher.removeDarkReceiver((DarkReceiver) mGroup.getChildAt(i)); in destroy()201 mDarkIconDispatcher.removeDarkReceiver((DarkReceiver) mGroup.getChildAt(viewIndex)); in onRemoveIcon()208 mDarkIconDispatcher.applyDark((DarkReceiver) mGroup.getChildAt(viewIndex)); in onSetIcon()214 mDarkIconDispatcher.addDarkReceiver(icons); in createDemoStatusIcons()221 mDarkIconDispatcher.removeDarkReceiver(mDemoStatusIcons); in exitDemoMode()230 private final DarkIconDispatcher mDarkIconDispatcher; field in StatusBarIconController.DarkIconManager.Factory241 mDarkIconDispatcher = darkIconDispatcher; in Factory()[all …]
76 private final DarkIconDispatcher mDarkIconDispatcher; field in HeadsUpAppearanceController144 mDarkIconDispatcher = darkIconDispatcher; in HeadsUpAppearanceController()176 mDarkIconDispatcher.addDarkReceiver(this); in onViewAttached()191 mDarkIconDispatcher.removeDarkReceiver(this); in onViewDetached()
446 private final DarkIconDispatcher mDarkIconDispatcher; field in LightBarController.Factory460 mDarkIconDispatcher = darkIconDispatcher; in Factory()469 return new LightBarController(context, mDarkIconDispatcher, mBatteryController, in create()
69 private final DarkIconDispatcher mDarkIconDispatcher = mock(DarkIconDispatcher.class); field in HeadsUpAppearanceControllerTest113 mDarkIconDispatcher, in setUp()197 mDarkIconDispatcher, in constructor_animationValuesUpdated()214 reset(mDarkIconDispatcher); in testDestroy()221 verify(mDarkIconDispatcher).removeDarkReceiver((DarkIconDispatcher.DarkReceiver) any()); in testDestroy()
68 DarkIconDispatcher mDarkIconDispatcher; field in LegacyNotificationIconAreaControllerImplTest96 mDarkIconDispatcher, in setup()
269 @Inject Lazy<DarkIconDispatcher> mDarkIconDispatcher; field in Dependency434 mProviders.put(DarkIconDispatcher.class, mDarkIconDispatcher::get); in start()