Searched refs:hasServedByInputMethodLocked (Results 1 – 3 of 3) sorted by relevance
1018 if (!hasServedByInputMethodLocked(view) || !isImeSessionAvailableLocked()) { in hasActiveInputConnectionInternal()1054 private boolean hasServedByInputMethodLocked(View view) { in hasServedByInputMethodLocked() method in InputMethodManager1973 return hasServedByInputMethodLocked(view) && mCurrentEditorInfo != null; in isActive()2159 if (!hasServedByInputMethodLocked(view)) { in displayCompletions()2180 if (!hasServedByInputMethodLocked(view)) { in updateExtractedText()2326 if (!hasServedByInputMethodLocked(view)) { in showSoftInput()2521 final boolean hasServedByInputMethod = hasServedByInputMethodLocked(view); in hideSoftInputFromView()2621 if (!hasServedByInputMethodLocked(view)) { in startStylusHandwritingInternal()3062 if (!hasServedByInputMethodLocked(view)) { in restartInput()3748 if (!hasServedByInputMethodLocked(view) || mCurrentEditorInfo == null in updateSelection()[all …]
19099 HSPLandroid/view/inputmethod/InputMethodManager;->hasServedByInputMethodLocked(Landroid/view/View;)Z
19163 HSPLandroid/view/inputmethod/InputMethodManager;->hasServedByInputMethodLocked(Landroid/view/View;)Z