Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerController.java120 private static final int MSG_CONFIGURE_BRIGHTNESS = 5; field in DisplayPowerController
1530 Message msg = mHandler.obtainMessage(MSG_CONFIGURE_BRIGHTNESS, c); in setBrightnessConfiguration()
2443 case MSG_CONFIGURE_BRIGHTNESS: in handleMessage()