Searched refs:swallowUpdate (Results 1 – 1 of 1) sorted by relevance
216 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