Home | History | Annotate | Download | only in input

Lines Matching refs:mHandler

113     private final InputManagerHandler mHandler;
246 this.mHandler = new InputManagerHandler(handler.getLooper());
252 mPtr = nativeInit(this, mContext, mHandler.getLooper().getQueue());
279 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler);
303 }, filter, null, mHandler);
311 }, filter, null, mHandler);
313 mHandler.sendEmptyMessage(MSG_RELOAD_DEVICE_ALIASES);
314 mHandler.sendEmptyMessage(MSG_UPDATE_KEYBOARD_LAYOUTS);
925 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS);
964 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS);
993 mHandler.sendEmptyMessage(MSG_RELOAD_KEYBOARD_LAYOUTS);
1002 mHandler.obtainMessage(MSG_SWITCH_KEYBOARD_LAYOUT, deviceId, direction).sendToTarget();
1108 new ContentObserver(mHandler) {
1134 new ContentObserver(mHandler) {
1262 mHandler.obtainMessage(MSG_DELIVER_INPUT_DEVICES_CHANGED,