Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java217 updateViewVisibilityForTuningValue(mBrightnessView, newValue); in onTuningChanged()
221 private void updateViewVisibilityForTuningValue(View view, @Nullable String newValue) { in updateViewVisibilityForTuningValue() method in QSPanel