Searched refs:MSG_DISPLAY_BRIGHTNESS_CHANGE (Results 1 – 1 of 1) sorted by relevance
2996 private static final int MSG_DISPLAY_BRIGHTNESS_CHANGE = 1; field in CarPowerManagementService.PowerHandler3018 Message msg = obtainMessage(MSG_DISPLAY_BRIGHTNESS_CHANGE, displayId, brightness); in handleDisplayBrightnessChange()3051 removeMessages(MSG_DISPLAY_BRIGHTNESS_CHANGE); in cancelAll()3068 case MSG_DISPLAY_BRIGHTNESS_CHANGE: in handleMessage()