Home
last modified time | relevance | path

Searched defs:cancellation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/print/
DIWriteResultCallback.aidl28 void onWriteStarted(ICancellationSignal cancellation, int sequence); in onWriteStarted()
DILayoutResultCallback.aidl28 void onLayoutStarted(ICancellationSignal cancellation, int sequence); in onLayoutStarted()
DPrintManager.java755 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
780 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java670 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { in handleOnLayoutStarted()
796 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
830 public void onLayoutStarted(ICancellationSignal cancellation, int sequence) { in onLayoutStarted()
951 private void handleOnWriteStarted(ICancellationSignal cancellation, int sequence) { in handleOnWriteStarted()
1053 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
1086 public void onWriteStarted(ICancellationSignal cancellation, int sequence) { in onWriteStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java228 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local