Home | History | Annotate | Download | only in accessibility

Lines Matching refs:mMainHandler

171     private final MainHandler mMainHandler;
224 mMainHandler = new MainHandler(mContext.getMainLooper());
230 new AccessibilityContentObserver(mMainHandler).register(
393 mMainHandler.obtainMessage(MainHandler.MSG_UPDATE_ACTIVE_WINDOW,
399 mMainHandler.obtainMessage(MainHandler.MSG_SEND_ACCESSIBILITY_EVENT_TO_INPUT_FILTER,
787 mMainHandler.obtainMessage(MainHandler.MSG_SEND_CLEARED_STATE_TO_CLIENTS_FOR_USER,
812 mMainHandler.sendEmptyMessageDelayed(MainHandler.MSG_ANNOUNCE_NEW_USER_IF_NEEDED,
1188 mMainHandler.obtainMessage(MainHandler.MSG_SEND_STATE_TO_CLIENTS,
1194 mMainHandler.obtainMessage(MainHandler.MSG_UPDATE_INPUT_FILTER, userState).sendToTarget();
1443 mMainHandler.obtainMessage(
1740 public Handler mEventDispatchHandler = new Handler(mMainHandler.getLooper()) {
1750 mMainHandler.getLooper());
2642 mMainHandler.obtainMessage(MainHandler.MSG_SEND_KEY_EVENT_TO_INPUT_FILTER,