Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/display/
DBrightnessSynchronizer.java390 private int mConfirmedTypes; field in BrightnessSynchronizer.BrightnessUpdate
399 mConfirmedTypes = 0x0; in BrightnessUpdate()
406 + ", mUpdatedTypes=" + mUpdatedTypes + ", mConfirmedTypes=" + mConfirmedTypes in toString()
458 if (mConfirmedTypes == mUpdatedTypes in update()
474 if ((mUpdatedTypes & type) != type || (mConfirmedTypes & type) != 0x0) { in swallowUpdate()
485 mConfirmedTypes |= type; in swallowUpdate()