Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/display/
DBrightnessSynchronizer.java216 boolean swallowUpdate = mCurrentUpdate != null in handleBrightnessChange()
217 && mCurrentUpdate.swallowUpdate(type, brightness); in handleBrightnessChange()
219 if (!swallowUpdate) { in handleBrightnessChange()
226 if (!swallowUpdate && mPendingUpdate != null) { in handleBrightnessChange()
473 boolean swallowUpdate(int type, float brightness) { in swallowUpdate() method in BrightnessSynchronizer.BrightnessUpdate