Searched refs:MSG_UPDATE_BRIGHTNESS (Results 1 – 1 of 1) sorted by relevance
156 private static final int MSG_UPDATE_BRIGHTNESS = 8; field in DisplayPowerController994 Message msg = mHandler.obtainMessage(MSG_UPDATE_BRIGHTNESS, brightnessValue); in initialize()3004 case MSG_UPDATE_BRIGHTNESS: in handleMessage()