Searched refs:mMinBrightness (Results 1 – 1 of 1) sorted by relevance
37 private final float mMinBrightness; field in DisplayBrightnessState60 mMinBrightness = builder.getMinBrightness(); in DisplayBrightnessState()122 return mMinBrightness; in getMinBrightness()174 stringBuilder.append("\n minBrightness:").append(mMinBrightness); in toString()208 && mMinBrightness == otherState.getMinBrightness() in equals()220 mShouldUseAutoBrightness, mIsSlowChange, mMaxBrightness, mMinBrightness, in hashCode()244 private float mMinBrightness; field in DisplayBrightnessState.Builder403 this.mMinBrightness = minBrightness; in setMinBrightness()411 return mMinBrightness; in getMinBrightness()