Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/display/
H A DBrightnessSynchronizer.java305 private int mConfirmedTypes; field in BrightnessSynchronizer.BrightnessUpdate
314 mConfirmedTypes = 0x0; in BrightnessUpdate()
321 + ", mUpdatedTypes=" + mUpdatedTypes + ", mConfirmedTypes=" + mConfirmedTypes in toString()
373 if (mConfirmedTypes == mUpdatedTypes in update()
389 if ((mUpdatedTypes & type) != type || (mConfirmedTypes & type) != 0x0) { in swallowUpdate()
400 mConfirmedTypes |= type; in swallowUpdate()