Home
last modified time | relevance | path

Searched refs:addTunable (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerService.java129 public void addTunable(Tunable tunable, String... keys) { in addTunable() method in TunerService
131 addTunable(tunable, key); in addTunable()
135 private void addTunable(Tunable tunable, String key) { in addTunable() method in TunerService
DTunerSwitch.java29 TunerService.get(getContext()).addTunable(this, getKey().split(",")); in onAttached()
DStatusBarSwitch.java44 TunerService.get(getContext()).addTunable(this, StatusBarIconController.ICON_BLACKLIST); in onAttached()
DClockPreference.java45 TunerService.get(getContext()).addTunable(this, StatusBarIconController.ICON_BLACKLIST, in onAttached()
DBatteryPreference.java50 TunerService.get(getContext()).addTunable(this, StatusBarIconController.ICON_BLACKLIST); in onAttached()
DNightModeFragment.java108 TunerService.get(getContext()).addTunable(this, Secure.BRIGHTNESS_USE_TWILIGHT, in onResume()
DNavBarTuner.java143 TunerService.get(getContext()).addTunable(this, NAV_BAR_VIEWS); in onViewCreated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java78 TunerService.get(getContext()).addTunable(this, StatusBarIconController.ICON_BLACKLIST); in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java78 TunerService.get(mContext).addTunable(this, VOLUME_DOWN_SILENT, VOLUME_UP_SILENT, in VolumeDialogComponent()
DVolumeDialog.java164 TunerService.get(mContext).addTunable(this, SHOW_FULL_ZEN); in VolumeDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNightModeController.java82 TunerService.get(mContext).addTunable(this, NIGHT_MODE_ADJUST_TINT, in NightModeController()
DClock.java112 TunerService.get(getContext()).addTunable(this, CLOCK_SECONDS, in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickQSPanel.java65 TunerService.get(mContext).addTunable(mNumTiles, NUM_QUICK_TILES); in onAttachedToWindow()
DQSAnimator.java106 TunerService.get(mQsContainer.getContext()).addTunable(this, ALLOW_FANCY_ANIMATION, in onViewAttachedToWindow()
DQSPanel.java120 TunerService.get(mContext).addTunable(this, QS_SHOW_BRIGHTNESS); in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java89 TunerService.get(context).addTunable(this, KEY_DOCK_WINDOW_GESTURE); in NavigationBarGestureHelper()
DNavigationBarInflaterView.java127 TunerService.get(getContext()).addTunable(this, NAV_BAR_VIEWS); in onAttachedToWindow()
DQSTileHost.java156 TunerService.get(mContext).addTunable(this, TILES_SETTING); in QSTileHost()
DStatusBarIconController.java143 TunerService.get(mContext).addTunable(this, ICON_BLACKLIST); in StatusBarIconController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java115 TunerService.get(mContext).addTunable(this, SHOW_SLIDER); in onAttachedToWindow()
DSignalClusterView.java220 TunerService.get(mContext).addTunable(this, StatusBarIconController.ICON_BLACKLIST); in onAttachedToWindow()