Searched refs:cancellation (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 747 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/ |
D | StatusBarWindowView.java | 253 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/ |
D | IWriteResultCallback.aidl | 28 void onWriteStarted(ICancellationSignal cancellation, int sequence); in onWriteStarted() argument
|
D | ILayoutResultCallback.aidl | 28 void onLayoutStarted(ICancellationSignal cancellation, int sequence); in onLayoutStarted() argument
|
D | PrintManager.java | 1018 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/ |
D | custom-docs.jd | 92 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
|
D | html-docs.jd | 173 of the print job in you application for completion, failure, or user cancellation. Creating an
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | floating-point.jd | 91 (catastrophic cancellation)</li>
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 17 <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/ |
D | jelly-bean.jd | 1503 … apply noise suppression for improving speech recording quality, echo cancellation for acoustic ec…
|