Searched refs:mCancellationGroup (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | InputConnectionWrapper.java | 65 private final CancellationGroup mCancellationGroup; field in InputConnectionWrapper 74 mCancellationGroup = cancellationGroup; in InputConnectionWrapper() 83 if (length < 0 || mCancellationGroup.isCanceled()) { in getTextAfterCursor() 113 if (length < 0 || mCancellationGroup.isCanceled()) { in getTextBeforeCursor() 139 if (mCancellationGroup.isCanceled()) { in getSelectedText() 182 if (beforeLength < 0 || afterLength < 0 || mCancellationGroup.isCanceled()) { in getSurroundingText() 213 if (mCancellationGroup.isCanceled()) { in getCursorCapsMode() 239 if (mCancellationGroup.isCanceled()) { in getExtractedText() 467 if (mCancellationGroup.isCanceled()) { in requestCursorUpdates() 483 mCancellationGroup, MAX_WAIT_TIME_MILLIS) != 0; in requestCursorUpdates() [all …]
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodWrapper.java | 100 CancellationGroup mCancellationGroup = null; field in IInputMethodWrapper 299 if (mCancellationGroup != null) { in bindInput() 302 mCancellationGroup = new CancellationGroup(); in bindInput() 307 mCancellationGroup); in bindInput() 315 if (mCancellationGroup != null) { in unbindInput() 317 mCancellationGroup.cancelAll(); in unbindInput() 318 mCancellationGroup = null; in unbindInput() 330 if (mCancellationGroup == null) { in startInput() 332 mCancellationGroup = new CancellationGroup(); in startInput() 338 inputContext, attribute, mCancellationGroup, args)); in startInput()
|
H A D | MultiClientInputMethodClientCallbackAdaptor.java | 84 private final CancellationGroup mCancellationGroup = new CancellationGroup(); field in MultiClientInputMethodClientCallbackAdaptor 89 mSessionLock, mCallbackImpl, mHandler, mCancellationGroup); in createIInputMethodSession() 96 mSessionLock, mCallbackImpl, mHandler, mCancellationGroup); in createIMultiClientInputMethodSession() 109 mCancellationGroup, mDispatcherState, mCallbackImpl.mOriginalCallback); in MultiClientInputMethodClientCallbackAdaptor()
|