Home
last modified time | relevance | path

Searched defs:BrightnessInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DBrightnessInfo.java32 public final class BrightnessInfo implements Parcelable { class
115 public BrightnessInfo(float brightness, float brightnessMinimum, float brightnessMaximum, in BrightnessInfo() method in BrightnessInfo
122 public BrightnessInfo(float brightness, float adjustedBrightness, float brightnessMinimum, in BrightnessInfo() method in BrightnessInfo
193 private BrightnessInfo(Parcel source) { in BrightnessInfo() method in BrightnessInfo
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessDisplayManagerRepositoryTest.kt239 fun BrightnessInfo( in BrightnessInfo() method