Searched refs:mMainLooper (Results 1 – 4 of 4) sorted by relevance
28 final Looper mMainLooper; field in HandlerCaller51 mMainLooper = looper != null ? looper : context.getMainLooper(); in HandlerCaller()52 mH = new MyHandler(mMainLooper, asyncHandler); in HandlerCaller()60 if (Looper.myLooper() == mMainLooper) { in executeOrSendMessage()
55 private final Looper mMainLooper; field in SystemSensorManager60 mMainLooper = mainLooper; in SystemSensorManager()110 Looper looper = (handler != null) ? handler.getLooper() : mMainLooper; in registerListenerImpl()159 queue = new TriggerEventQueue(listener, mMainLooper, this); in requestTriggerSensorImpl()
60 private Looper mMainLooper; field in IInputConnectionWrapper83 mMainLooper = mainLooper; in IInputConnectionWrapper()84 mH = new MyHandler(mMainLooper); in IInputConnectionWrapper()182 if (Looper.myLooper() == mMainLooper) { in dispatchMessage()
249 final Looper mMainLooper; field in InputMethodManager549 mMainLooper = looper; in InputMethodManager()1613 if (mMainLooper.isCurrentThread()) { in dispatchInputEvent()1917 p.println(" mMainLooper=" + mMainLooper); in doDump()