Searched refs:mCorrectionsByCategory (Results 1 – 1 of 1) sorted by relevance
74 private final Map<Integer, BrightnessCorrection> mCorrectionsByCategory; field in BrightnessConfiguration91 mCorrectionsByCategory = correctionsByCategory; in BrightnessConfiguration()136 return mCorrectionsByCategory.get(category); in getCorrectionByCategory()202 dest.writeInt(mCorrectionsByCategory.size()); in writeToParcel()203 for (Entry<Integer, BrightnessCorrection> entry : mCorrectionsByCategory.entrySet()) { in writeToParcel()236 for (Entry<Integer, BrightnessCorrection> entry : mCorrectionsByCategory.entrySet()) { in toString()263 result = result * 31 + mCorrectionsByCategory.hashCode(); in hashCode()285 && mCorrectionsByCategory.equals(other.mCorrectionsByCategory) in equals()371 for (Map.Entry<Integer, BrightnessCorrection> entry : mCorrectionsByCategory.entrySet()) { in saveToXml()525 private Map<Integer, BrightnessCorrection> mCorrectionsByCategory; field in BrightnessConfiguration.Builder[all …]