Home
last modified time | relevance | path

Searched refs:mParentInputMethodManager (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DRemoteInputConnectionImpl.java179 private final InputMethodManager mParentInputMethodManager; field in RemoteInputConnectionImpl
199 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60470 …putmethod/InputMethodManager$ControlledInputConnectionWrapper;->mParentInputMethodManager:Landroid…