Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/brightness/
H A DBrightnessEvent.java91 mWasShortTermModelActive = that.wasShortTermModelActive(); in copyFrom()
330 public boolean setWasShortTermModelActive(boolean wasShortTermModelActive) { in setWasShortTermModelActive() argument
331 return this.mWasShortTermModelActive = wasShortTermModelActive; in setWasShortTermModelActive()
337 public boolean wasShortTermModelActive() { in wasShortTermModelActive() method in BrightnessEvent
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java324 float powerBrightnessFactor, boolean wasShortTermModelActive, in notifyBrightnessChanged() argument
333 powerBrightnessFactor, wasShortTermModelActive, isDefaultBrightnessConfig, in notifyBrightnessChanged()
347 float powerBrightnessFactor, boolean wasShortTermModelActive, in handleBrightnessChanged() argument
370 builder.setUserBrightnessPoint(wasShortTermModelActive); in handleBrightnessChanged()
999 values.powerBrightnessFactor, values.wasShortTermModelActive, in handleMessage()
1030 public final boolean wasShortTermModelActive; field in BrightnessTracker.BrightnessChangeValues
1038 boolean wasShortTermModelActive, boolean isDefaultBrightnessConfig, in BrightnessChangeValues() argument
1042 this.wasShortTermModelActive = wasShortTermModelActive; in BrightnessChangeValues()
H A DDisplayPowerController2.java1315 final boolean wasShortTermModelActive = in updatePowerStateInternal()
1575 wasShortTermModelActive, mAutomaticBrightnessStrategy.isAutoBrightnessEnabled(), in updatePowerStateInternal()
1617 mTempBrightnessEvent.setWasShortTermModelActive(wasShortTermModelActive); in updatePowerStateInternal()
2275 boolean wasShortTermModelActive, boolean autobrightnessEnabled, in notifyBrightnessTrackerChanged() argument
2310 powerFactor, wasShortTermModelActive, in notifyBrightnessTrackerChanged()
2674 event.wasShortTermModelActive(), in logBrightnessEvent()
H A DDisplayPowerController.java1657 boolean wasShortTermModelActive = false; in updatePowerStateInternal()
1660 wasShortTermModelActive = mAutomaticBrightnessController.hasUserDataPoints(); in updatePowerStateInternal()
1933 wasShortTermModelActive, autoBrightnessEnabled, brightnessIsTemporary); in updatePowerStateInternal()
1974 mTempBrightnessEvent.setWasShortTermModelActive(wasShortTermModelActive); in updatePowerStateInternal()
2806 boolean wasShortTermModelActive, boolean autobrightnessEnabled,
2839 powerFactor, wasShortTermModelActive,
3282 event.wasShortTermModelActive(),