Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java127 private static final int MSG_RELOAD_KEYBOARD_LAYOUTS = 3; field in InputManagerService
1289 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS); in setCurrentKeyboardLayoutForInputDevice()
1378 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS); in setKeyboardLayoutForInputDeviceInner()
1406 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS); in addKeyboardLayoutForInputDevice()
1440 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS); in removeKeyboardLayoutForInputDevice()
2066 case MSG_RELOAD_KEYBOARD_LAYOUTS: in handleMessage()