Searched refs:mUpdatedTypes (Results 1 – 1 of 1) sorted by relevance
389 private int mUpdatedTypes; field in BrightnessSynchronizer.BrightnessUpdate398 mUpdatedTypes = 0x0; in BrightnessUpdate()406 + ", mUpdatedTypes=" + mUpdatedTypes + ", mConfirmedTypes=" + mConfirmedTypes in toString()424 mUpdatedTypes |= TYPE_INT; in update()432 mUpdatedTypes |= TYPE_FLOAT; in update()436 if (mUpdatedTypes != 0x0) { in update()446 + toStringLabel(mUpdatedTypes & TYPE_FLOAT, brightnessFloat) + " " in update()447 + toStringLabel(mUpdatedTypes & TYPE_INT, brightnessInt)); in update()458 if (mConfirmedTypes == mUpdatedTypes in update()474 if ((mUpdatedTypes & type) != type || (mConfirmedTypes & type) != 0x0) { in swallowUpdate()[all …]