Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DBrightnessConfiguration.java61 private final Map<Integer, BrightnessCorrection> mCorrectionsByCategory; field in BrightnessConfiguration
70 mCorrectionsByCategory = correctionsByCategory; in BrightnessConfiguration()
111 return mCorrectionsByCategory.get(category); in getCorrectionByCategory()
133 dest.writeInt(mCorrectionsByCategory.size()); in writeToParcel()
134 for (Entry<Integer, BrightnessCorrection> entry : mCorrectionsByCategory.entrySet()) { in writeToParcel()
163 for (Entry<Integer, BrightnessCorrection> entry : mCorrectionsByCategory.entrySet()) { in toString()
180 result = result * 31 + mCorrectionsByCategory.hashCode(); in hashCode()
198 && mCorrectionsByCategory.equals(other.mCorrectionsByCategory) in equals()
265 for (Map.Entry<Integer, BrightnessCorrection> entry : mCorrectionsByCategory.entrySet()) { in saveToXml()
375 private Map<Integer, BrightnessCorrection> mCorrectionsByCategory; field in BrightnessConfiguration.Builder
[all …]