Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayInfo.java373 public SparseArray<SurfaceControl.RefreshRateRange> thermalRefreshRateThrottling = field in DisplayInfo
463 && thermalRefreshRateThrottling.contentEquals(other.thermalRefreshRateThrottling) in equals()
525 thermalRefreshRateThrottling = other.thermalRefreshRateThrottling; in copyFrom()
595 thermalRefreshRateThrottling = source.readSparseArray(null, in readFromParcel()
663 dest.writeSparseArray(thermalRefreshRateThrottling); in writeToParcel()
942 sb.append(thermalRefreshRateThrottling); in toString()
/frameworks/base/services/core/java/com/android/server/display/mode/
DSkinThermalStatusObserver.java155 localMap.put(displayId, info.thermalRefreshRateThrottling); in populateInitialDisplayInfo()
171 displayInfo.thermalRefreshRateThrottling; in updateThermalRefreshRateThrottling()
/frameworks/base/services/core/java/com/android/server/wm/
DDeferredDisplayUpdater.java423 || !first.thermalRefreshRateThrottling.contentEquals( in calculateDisplayInfoDiff()
424 second.thermalRefreshRateThrottling) in calculateDisplayInfoDiff()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSkinThermalStatusObserverTest.java268 displayInfo.thermalRefreshRateThrottling = config; in getDisplayInfo()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DLogicalDisplayTest.java511 assertTrue(refreshRanges.contentEquals(info3.thermalRefreshRateThrottling)); in testUpdateRefreshRateThermalThrottling()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java563 mBaseDisplayInfo.thermalRefreshRateThrottling = mThermalRefreshRateThrottling; in updateLocked()