Searched refs:ThemeOverlayController (Results 1 – 3 of 3) sorted by relevance
41 import com.android.systemui.theme.ThemeOverlayController;157 @ClassKey(ThemeOverlayController.class)158 public abstract SystemUI bindThemeOverlayController(ThemeOverlayController sysui); in bindThemeOverlayController()
43 import com.android.systemui.theme.ThemeOverlayController;151 @ClassKey(ThemeOverlayController.class)152 public abstract SystemUI bindThemeOverlayController(ThemeOverlayController sysui); in bindThemeOverlayController()
63 public class ThemeOverlayController extends SystemUI { class73 public ThemeOverlayController(Context context, BroadcastDispatcher broadcastDispatcher, in ThemeOverlayController() method in ThemeOverlayController