Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java75 private final Runnable mThrottlingChangeCallback; field in BrightnessThrottler
148 mThrottlingChangeCallback = throttlingChangeCallback; in BrightnessThrottler()
256 if (mThrottlingChangeCallback != null) { in updateThermalThrottling()
257 mThrottlingChangeCallback.run(); in updateThermalThrottling()