Home
last modified time | relevance | path

Searched refs:cancellation (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java747 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { in handleOnLayoutStarted() argument
758 cancellation.cancel(); in handleOnLayoutStarted()
764 mCancellation = cancellation; in handleOnLayoutStarted()
909 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
910 handleOnLayoutStarted(cancellation, sequence); in handleMessage()
939 public void onLayoutStarted(ICancellationSignal cancellation, int sequence) { in onLayoutStarted() argument
943 sequence, 0, cancellation).sendToTarget(); in onLayoutStarted()
1060 private void handleOnWriteStarted(ICancellationSignal cancellation, int sequence) { in handleOnWriteStarted() argument
1071 cancellation.cancel(); in handleOnWriteStarted()
1077 mCancellation = cancellation; in handleOnWriteStarted()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java253 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local
254 cancellation.setAction(MotionEvent.ACTION_CANCEL); in onInterceptTouchEvent()
255 mStackScrollLayout.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
256 mNotificationPanel.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
257 cancellation.recycle(); in onInterceptTouchEvent()
/frameworks/base/core/java/android/print/
DIWriteResultCallback.aidl28 void onWriteStarted(ICancellationSignal cancellation, int sequence); in onWriteStarted() argument
DILayoutResultCallback.aidl28 void onLayoutStarted(ICancellationSignal cancellation, int sequence); in onLayoutStarted() argument
DPrintManager.java1018 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1034 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
1043 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1055 adapter.onWrite(pages, fd, cancellation, callback); in handleMessage()
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd92 and react to a cancellation requests.</p>
149 // Respond to cancellation request
175 have three outcomes: completion, cancellation, or failure in the case where calculation of the
261 // check for cancellation
301 method can have three outcomes: completion, cancellation, or failure in the case where the
Dhtml-docs.jd173 of the print job in you application for completion, failure, or user cancellation. Creating an
/frameworks/base/docs/html/ndk/guides/audio/
Dfloating-point.jd91 (catastrophic cancellation)</li>
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd17 <li><a href="#cancellation">Subscription Cancellation</a></li>
85 about handling user cancellations, see <a href="#cancellation">Subscription Cancellation</a>.</p>
326 until cancellation. When the transaction is complete, Google Play notifies users
392 <h2 id="cancellation">Subscription Cancellation</h2>
407 <p>In some cases, the user may contact you directly to request cancellation of a
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd1503 … apply noise suppression for improving speech recording quality, echo cancellation for acoustic ec…