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.java78 private final float mShortTermModelLowerLuxMultiplier; field in BrightnessConfiguration
95 mShortTermModelLowerLuxMultiplier = shortTermModelLowerLuxMultiplier; in BrightnessConfiguration()
188 return mShortTermModelLowerLuxMultiplier; in getShortTermModelLowerLuxMultiplier()
212 dest.writeFloat(mShortTermModelLowerLuxMultiplier); in writeToParcel()
247 if (!Float.isNaN(mShortTermModelLowerLuxMultiplier)) { in toString()
248 sb.append(", shortTermModelLowerLuxMultiplier = " + mShortTermModelLowerLuxMultiplier); in toString()
250 if (!Float.isNaN(mShortTermModelLowerLuxMultiplier)) { in toString()
269 result = result * 31 + Float.hashCode(mShortTermModelLowerLuxMultiplier); in hashCode()
289 && checkFloatEquals(mShortTermModelLowerLuxMultiplier, in equals()
290 other.mShortTermModelLowerLuxMultiplier) in equals()
[all …]