Searched refs:getCancellationSignal (Results 1 – 6 of 6) sorted by relevance
56 assertEquals(CANCELLATION_SIGNAL, gesture.getCancellationSignal()); in testBuilder()67 assertEquals(gesture.getCancellationSignal(), cs); in testCancellationSignal()
49 CancellationSignal getCancellationSignal() { in getCancellationSignal() method in CancellableHandwritingGesture
70 public CancellationSignal getCancellationSignal() { in getCancellationSignal() method in InsertModeGesture
987 if (cancellableGesture.getCancellationSignal() != null in performHandwritingGesture()988 && cancellableGesture.getCancellationSignal().isCanceled()) { in performHandwritingGesture()
207 new Handler().postDelayed(() -> img.getCancellationSignal().cancel(), 5000); in computeGesture()
56499 method @NonNull public android.os.CancellationSignal getCancellationSignal();