HomeSort by relevance Sort by last modified time
    Searched refs:mIconController (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LightStatusBarController.java 32 private final StatusBarIconController mIconController;
47 mIconController = iconController;
106 mIconController.setIconsDarkArea(null);
107 mIconController.setIconsDark(true, animateChange());
114 mIconController.setIconsDark(false, animateChange());
122 mIconController.setIconsDarkArea(null);
124 mIconController.setIconsDarkArea(bounds);
126 mIconController.setIconsDark(true, animateChange());
PhoneStatusBarPolicy.java 80 private final StatusBarIconController mIconController;
106 mIconController = iconController;
153 mIconController.setIcon(mSlotTty, R.drawable.stat_sys_tty_mode, null);
154 mIconController.setIconVisibility(mSlotTty, false);
160 mIconController.setIcon(mSlotAlarmClock, R.drawable.stat_sys_alarm, null);
161 mIconController.setIconVisibility(mSlotAlarmClock, false);
164 mIconController.setIcon(mSlotZen, R.drawable.stat_sys_zen_important, null);
165 mIconController.setIconVisibility(mSlotZen, false);
168 mIconController.setIcon(mSlotVolume, R.drawable.stat_sys_ringer_vibrate, null);
169 mIconController.setIconVisibility(mSlotVolume, false)
    [all...]
QSTileHost.java 109 private final StatusBarIconController mIconController;
143 mIconController = iconController;
305 return mIconController;
PhoneStatusBar.java 352 protected StatusBarIconController mIconController;
696 mIconPolicy = new PhoneStatusBarPolicy(mContext, mIconController, mCastController,
729 mIconController = new StatusBarIconController(
    [all...]

Completed in 64 milliseconds