Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java152 private static final int MSG_CONFIGURE_BRIGHTNESS = 4; field in DisplayPowerController
1894 Message msg = mHandler.obtainMessage(MSG_CONFIGURE_BRIGHTNESS, in setBrightnessConfiguration()
2974 case MSG_CONFIGURE_BRIGHTNESS: in handleMessage()