Home
last modified time | relevance | path

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

/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DInsertModeGestureTest.java56 assertEquals(CANCELLATION_SIGNAL, gesture.getCancellationSignal()); in testBuilder()
67 assertEquals(gesture.getCancellationSignal(), cs); in testCancellationSignal()
/frameworks/base/core/java/android/view/inputmethod/
DCancellableHandwritingGesture.java49 CancellationSignal getCancellationSignal() { in getCancellationSignal() method in CancellableHandwritingGesture
DInsertModeGesture.java70 public CancellationSignal getCancellationSignal() { in getCancellationSignal() method in InsertModeGesture
DRemoteInputConnectionImpl.java987 if (cancellableGesture.getCancellationSignal() != null in performHandwritingGesture()
988 && cancellableGesture.getCancellationSignal().isCanceled()) { in performHandwritingGesture()
/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DHandwritingIme.java207 new Handler().postDelayed(() -> img.getCancellationSignal().cancel(), 5000); in computeGesture()
/frameworks/base/core/api/
Dcurrent.txt56499 method @NonNull public android.os.CancellationSignal getCancellationSignal();