Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/display/
H A DBrightnessSynchronizer.java99 final int currentIntBrightness = getScreenBrightnessInt(mContext); in startSynchronizing()
171 private static int getScreenBrightnessInt(Context context) { in getScreenBrightnessInt() method in BrightnessSynchronizer
230 if (getScreenBrightnessInt(mContext) != newBrightnessInt) { in updateBoth()
280 int currentBrightness = getScreenBrightnessInt(mContext);