Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DBrightnessConfiguration.java76 private final float mShortTermModelLowerLuxMultiplier; field in BrightnessConfiguration
93 mShortTermModelLowerLuxMultiplier = shortTermModelLowerLuxMultiplier; in BrightnessConfiguration()
186 return mShortTermModelLowerLuxMultiplier; in getShortTermModelLowerLuxMultiplier()
210 dest.writeFloat(mShortTermModelLowerLuxMultiplier); in writeToParcel()
245 if (!Float.isNaN(mShortTermModelLowerLuxMultiplier)) { in toString()
246 sb.append(", shortTermModelLowerLuxMultiplier = " + mShortTermModelLowerLuxMultiplier); in toString()
248 if (!Float.isNaN(mShortTermModelLowerLuxMultiplier)) { in toString()
267 result = result * 31 + Float.hashCode(mShortTermModelLowerLuxMultiplier); in hashCode()
287 && checkFloatEquals(mShortTermModelLowerLuxMultiplier, in equals()
288 other.mShortTermModelLowerLuxMultiplier) in equals()
[all …]