Searched refs:vh (Results 1 – 1 of 1) sorted by relevance
655 Handler vh = mServedView.getHandler(); in finishInputLocked() local656 if (vh != null) { in finishInputLocked()659 vh.sendMessage(vh.obtainMessage(ViewRootImpl.FINISH_INPUT_CONNECTION, in finishInputLocked()965 Handler vh = view.getHandler(); in startInputInner() local966 if (vh == null) { in startInputInner()972 if (vh.getLooper() != Looper.myLooper()) { in startInputInner()976 vh.post(new Runnable() { in startInputInner()1019 servedContext = new ControlledInputConnectionWrapper(vh.getLooper(), ic); in startInputInner()1115 Handler vh = view.getHandler(); in scheduleCheckFocusLocked() local1116 if (vh != null && !vh.hasMessages(ViewRootImpl.CHECK_FOCUS)) { in scheduleCheckFocusLocked()[all …]