Searched refs:mParentInputMethodManager (Results 1 – 2 of 2) sorted by relevance
179 private final InputMethodManager mParentInputMethodManager; field in RemoteInputConnectionImpl199 mParentInputMethodManager = inputMethodManager; in RemoteInputConnectionImpl()238 return mParentInputMethodManager.isActive() && !isFinished(); in isActive()354 if (textSnapshot != null && mParentInputMethodManager.doInvalidateInput( in scheduleInvalidateInput()360 mParentInputMethodManager.restartInput(view); in scheduleInvalidateInput()464 + " mParentInputMethodManager.isActive()=" + mParentInputMethodManager.isActive() in toString()1146 if (mParentInputMethodManager.mRequestCursorUpdateDisplayIdCheck.get() in requestCursorUpdatesInternal()1147 && mParentInputMethodManager.getDisplayId() != imeDisplayId in requestCursorUpdatesInternal()1148 && !mParentInputMethodManager.hasVirtualDisplayToScreenMatrix()) { in requestCursorUpdatesInternal()1505 TAG + "#" + methodName, mParentInputMethodManager, icProto); in dispatchWithTracing()
60470 …putmethod/InputMethodManager$ControlledInputConnectionWrapper;->mParentInputMethodManager:Landroid…