Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java128 BrightnessThrottler(Handler handler, Runnable throttlingChangeCallback, String uniqueDisplayId, in BrightnessThrottler() argument
131 this(new Injector(), handler, handler, throttlingChangeCallback, uniqueDisplayId, in BrightnessThrottler()
139 Runnable throttlingChangeCallback, String uniqueDisplayId, String throttlingDataId, in BrightnessThrottler() argument
148 mThrottlingChangeCallback = throttlingChangeCallback; in BrightnessThrottler()