Searched refs:mMainLooper (Results 1 – 4 of 4) sorted by relevance
25 final Looper mMainLooper; field in HandlerCaller47 mMainLooper = looper != null ? looper : context.getMainLooper(); in HandlerCaller()48 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()118 Looper looper = (handler != null) ? handler.getLooper() : mMainLooper; in registerListenerImpl()167 queue = new TriggerEventQueue(listener, mMainLooper, this); in requestTriggerSensorImpl()
61 private Looper mMainLooper; field in IInputConnectionWrapper84 mMainLooper = mainLooper; in IInputConnectionWrapper()85 mH = new MyHandler(mMainLooper); in IInputConnectionWrapper()189 if (Looper.myLooper() == mMainLooper) { in dispatchMessage()
252 final Looper mMainLooper; field in InputMethodManager608 mMainLooper = looper; in InputMethodManager()1764 if (mMainLooper.isCurrentThread()) { in dispatchInputEvent()2139 p.println(" mMainLooper=" + mMainLooper); in doDump()