Searched refs:thermalRefreshRateThrottling (Results 1 – 6 of 6) sorted by relevance
373 public SparseArray<SurfaceControl.RefreshRateRange> thermalRefreshRateThrottling = field in DisplayInfo463 && 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()
155 localMap.put(displayId, info.thermalRefreshRateThrottling); in populateInitialDisplayInfo()171 displayInfo.thermalRefreshRateThrottling; in updateThermalRefreshRateThrottling()
423 || !first.thermalRefreshRateThrottling.contentEquals( in calculateDisplayInfoDiff()424 second.thermalRefreshRateThrottling) in calculateDisplayInfoDiff()
268 displayInfo.thermalRefreshRateThrottling = config; in getDisplayInfo()
511 assertTrue(refreshRanges.contentEquals(info3.thermalRefreshRateThrottling)); in testUpdateRefreshRateThermalThrottling()
563 mBaseDisplayInfo.thermalRefreshRateThrottling = mThermalRefreshRateThrottling; in updateLocked()