Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:vh

1091         Handler vh = view.getHandler();
1092 if (vh == null) {
1101 if (vh.getLooper() != Looper.myLooper()) {
1105 vh.post(new Runnable() {
1153 servedContext = new ControlledInputConnectionWrapper(vh.getLooper(), ic, this);