Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java158 private static final int MSG_BRIGHTNESS_RAMP_DONE = 10; field in DisplayPowerController
1231 Message msg = mHandler.obtainMessage(MSG_BRIGHTNESS_RAMP_DONE);
3015 case MSG_BRIGHTNESS_RAMP_DONE: in handleMessage()