HomeSort by relevance Sort by last modified time
    Searched refs:TunerService (Results 26 - 39 of 39) sorted by null

12

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 32 import com.android.systemui.tuner.TunerService;
33 import com.android.systemui.tuner.TunerService.Tunable;
72 Dependency.get(TunerService.class).addTunable(this, EDGE_BLEED, ROUNDED_DIVIDER);
80 Dependency.get(TunerService.class).removeTunable(this);
Dependency.java 98 import com.android.systemui.tuner.TunerService;
258 mProviders.put(TunerService.class, () ->
ScreenDecorations.java 67 import com.android.systemui.tuner.TunerService;
68 import com.android.systemui.tuner.TunerService.Tunable;
162 Dependency.get(TunerService.class).addTunable(this, SIZE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 31 import com.android.systemui.tuner.TunerService;
32 import com.android.systemui.tuner.TunerService.Tunable;
115 Dependency.get(TunerService.class).addTunable(this, ALLOW_FANCY_ANIMATION,
124 Dependency.get(TunerService.class).removeTunable(this);
QSFooterImpl.java 63 import com.android.systemui.tuner.TunerService;
283 TunerService.isTunerEnabled(mContext) ? View.VISIBLE : View.INVISIBLE);
351 if (TunerService.isTunerEnabled(mContext)) {
352 TunerService.showResetRequest(mContext, () -> {
359 TunerService.setTunerEnabled(mContext, true);
QSPanel.java 51 import com.android.systemui.tuner.TunerService;
52 import com.android.systemui.tuner.TunerService.Tunable;
155 final TunerService tunerService = Dependency.get(TunerService.class);
156 tunerService.addTunable(this, QS_SHOW_BRIGHTNESS);
168 Dependency.get(TunerService.class).removeTunable(this);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconControllerImpl.java 40 import com.android.systemui.tuner.TunerService;
41 import com.android.systemui.tuner.TunerService.Tunable;
82 Dependency.get(TunerService.class).addTunable(this, ICON_BLACKLIST);
KeyguardBottomAreaView.java 87 import com.android.systemui.tuner.TunerService;
599 && Dependency.get(TunerService.class).getValue(LOCKSCREEN_RIGHT_UNLOCK, 1) != 0;
620 && Dependency.get(TunerService.class).getValue(LOCKSCREEN_LEFT_UNLOCK, 1) != 0;
    [all...]
StatusBarSignalPolicy.java 41 import com.android.systemui.tuner.TunerService.Tunable;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
LockscreenFragment.java 57 import com.android.systemui.tuner.TunerService.Tunable;
77 private TunerService mTunerService;
82 mTunerService = Dependency.get(TunerService.class);
TunerFragment.java 124 TunerService.showResetRequest(getContext(), new Runnable() {
TunerServiceImpl.java 47 public class TunerServiceImpl extends TunerService {
168 Dependency.get(LeakDetector.class).trackCollection(mTunables, "TunerService.mTunables");
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSliceView.java 52 import com.android.systemui.tuner.TunerService;
72 Observer<Slice>, TunerService.Tunable, ConfigurationController.ConfigurationListener {
106 TunerService tunerService = Dependency.get(TunerService.class);
107 tunerService.addTunable(this, Settings.Secure.KEYGUARD_SLICE_URI);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 52 import com.android.systemui.tuner.TunerService;
53 import com.android.systemui.tuner.TunerService.Tunable;
234 Dependency.get(TunerService.class).addTunable(this, StatusBarIconController.ICON_BLACKLIST);
245 Dependency.get(TunerService.class).removeTunable(this);

Completed in 215 milliseconds

12