Searched refs:mH (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java31 final Handler mH; field in class:HandlerCaller
72 mH = new MyHandler(mMainLooper);
79 mH = new MyHandler(mMainLooper);
84 synchronized (mH) {
97 synchronized (mH) {
116 mH.sendMessage(msg);
120 return mH.hasMessages(what);
124 mH.removeMessages(what);
128 mH.removeMessages(what, obj);
132 mH
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java202 final H mH; field in class:InputMethodManager
318 synchronized (mH) {
334 synchronized (mH) {
360 synchronized (mH) {
403 mH.sendMessage(mH.obtainMessage(MSG_DUMP, sargs));
417 mH.sendMessage(mH.obtainMessage(MSG_BIND, res));
421 mH.sendMessage(mH
[all...]
H A DBaseInputConnection.java487 synchronized (mIMM.mH) {
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java59 private Handler mH; field in class:IInputConnectionWrapper
82 mH = new MyHandler(mMainLooper);
182 mH.sendMessage(msg);
413 return mH.obtainMessage(what);
417 return mH.obtainMessage(what, arg1, arg2);
421 return mH.obtainMessage(what, 0, 0, arg1);
428 return mH.obtainMessage(what, arg1, 0, args);
435 return mH.obtainMessage(what, arg1, arg2, args);
444 return mH.obtainMessage(what, arg1, 0, args);
448 return mH
[all...]
/frameworks/base/services/java/com/android/server/
H A DLightsService.java99 mH.sendMessageDelayed(Message.obtain(mH, 1, this), onMS);
195 private Handler mH = new Handler() { field in class:LightsService
H A DVibratorService.java240 mH.removeCallbacks(mVibrationRunnable);
256 mH.postDelayed(mVibrationRunnable, vib.mTimeout);
376 private Handler mH = new Handler(); field in class:VibratorService
H A DWindowManagerService.java432 H mH = new H(); field in class:WindowManagerService
2072 mH.sendEmptyMessage(H.SEND_NEW_CONFIGURATION);
2137 Message m = mH.obtainMessage(H.REMOVE_STARTING, atoken);
2138 mH.sendMessage(m);
3281 mH.removeMessages(H.APP_TRANSITION_TIMEOUT);
3282 mH.sendMessageDelayed(mH.obtainMessage(H.APP_TRANSITION_TIMEOUT),
3433 Message m = mH.obtainMessage(H.ADD_STARTING, wtoken);
3437 mH.sendMessageAtFrontOfQueue(m);
3474 Message m = mH
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java139 final H mH = new H(); field in class:ActivityThread
588 mH.removeMessages(H.GC_WHEN_IDLE);
589 mH.sendMessage(mH.obtainMessage(H.GC_WHEN_IDLE));
1233 return mH;
1408 mH.removeMessages(H.GC_WHEN_IDLE);
1416 mH.removeMessages(H.GC_WHEN_IDLE);
1517 TAG, "SCHEDULE " + what + " " + mH.codeToString(what)
1524 mH.sendMessage(msg);
3268 mH
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java248 int mW, mH; field in class:PhoneWindowManager
1283 contentInset.set(mCurLeft, mCurTop, mW - mCurRight, mH - mCurBottom);
1292 mH = displayHeight;
1416 pf.bottom = df.bottom = mH;
1439 pf.bottom = df.bottom = cf.bottom = mH;
1654 final int inseth = mH/10;
1655 if (rect.contains(insetw, inseth, mW-insetw, mH-inseth)) {

Completed in 163 milliseconds