Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java153 private static final int MSG_SET_TEMPORARY_BRIGHTNESS = 5; field in DisplayPowerController
1901 Message msg = mHandler.obtainMessage(MSG_SET_TEMPORARY_BRIGHTNESS, in setTemporaryBrightness()
2987 case MSG_SET_TEMPORARY_BRIGHTNESS: in handleMessage()