Searched refs:throttlingChangeCallback (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | BrightnessThrottler.java | 119 BrightnessThrottler(Handler handler, Runnable throttlingChangeCallback, String uniqueDisplayId, in BrightnessThrottler() argument 123 this(new Injector(), handler, handler, throttlingChangeCallback, in BrightnessThrottler() 129 Runnable throttlingChangeCallback, String uniqueDisplayId, String throttlingDataId, in BrightnessThrottler() argument 137 mThrottlingChangeCallback = throttlingChangeCallback; in BrightnessThrottler()
|