Home
last modified time | relevance | path

Searched refs:getCancellationSignal (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInsertModeGestureTest.java56 assertEquals(CANCELLATION_SIGNAL, gesture.getCancellationSignal()); in testBuilder()
67 assertEquals(gesture.getCancellationSignal(), cs); in testCancellationSignal()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DCancellableHandwritingGesture.java49 CancellationSignal getCancellationSignal() { in getCancellationSignal() method in CancellableHandwritingGesture
H A DInsertModeGesture.java70 public CancellationSignal getCancellationSignal() { in getCancellationSignal() method in InsertModeGesture
H A DRemoteInputConnectionImpl.java1035 if (cancellableGesture.getCancellationSignal() != null in performHandwritingGesture()
1036 && cancellableGesture.getCancellationSignal().isCanceled()) { in performHandwritingGesture()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java10343 final CancellationSignal cancellationSignal = gesture.getCancellationSignal();
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55872 method @NonNull public android.os.CancellationSignal getCancellationSignal();