Searched refs:mUpdatedTypes (Results 1 – 1 of 1) sorted by relevance
304 private int mUpdatedTypes; field in BrightnessSynchronizer.BrightnessUpdate313 mUpdatedTypes = 0x0; in BrightnessUpdate()321 + ", mUpdatedTypes=" + mUpdatedTypes + ", mConfirmedTypes=" + mConfirmedTypes in toString()339 mUpdatedTypes |= TYPE_INT; in update()347 mUpdatedTypes |= TYPE_FLOAT; in update()351 if (mUpdatedTypes != 0x0) { in update()361 + toStringLabel(mUpdatedTypes & TYPE_FLOAT, brightnessFloat) + " " in update()362 + toStringLabel(mUpdatedTypes & TYPE_INT, brightnessInt)); in update()373 if (mConfirmedTypes == mUpdatedTypes in update()389 if ((mUpdatedTypes & type) != type || (mConfirmedTypes & type) != 0x0) { in swallowUpdate()[all …]