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.java1018 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1043 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java747 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { in handleOnLayoutStarted()
909 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
939 public void onLayoutStarted(ICancellationSignal cancellation, int sequence) { in onLayoutStarted()
1060 private void handleOnWriteStarted(ICancellationSignal cancellation, int sequence) { in handleOnWriteStarted()
1189 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
1222 public void onWriteStarted(ICancellationSignal cancellation, int sequence) { in onWriteStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java253 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local