/frameworks/base/core/java/android/os/ |
D | CancellationSignal.java | 63 public void cancel() { in cancel() method in CancellationSignal 82 remote.cancel(); in cancel() 151 remote.cancel(); in setRemote() 206 public void cancel() throws RemoteException { in cancel() method in CancellationSignal.Transport 207 mCancellationSignal.cancel(); in cancel()
|
D | ICancellationSignal.aidl | 23 oneway void cancel(); in cancel() method
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MutateDrawable.java | 37 Button cancel = new Button(this); in onCreate() local 38 cancel.setId(R.id.b); in onCreate() 39 cancel.setBackgroundDrawable(getResources().getDrawable( in onCreate() 43 layout.addView(cancel); in onCreate()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ViewPropertyAnimatorTest.java | 74 mAnim.cancel(); in run() 196 mAnimator.cancel(); in testCancel() 212 mAnimator.cancel(); in testStartCancel() 235 mAnimator.cancel(); in testStartDelayedCancel() 332 mAnimator.cancel(); in testStartDoubleCancel() 333 mAnimator.cancel(); in testStartDoubleCancel() 356 mAnimator.cancel(); in testStartDelayedDoubleCancel() 357 mAnimator.cancel(); in testStartDelayedDoubleCancel()
|
D | EventsTest.java | 71 mAnim.cancel(); in run() 207 mAnimator.cancel(); in testCancel() 233 mAnimator.cancel(); in testStartCancel() 279 mAnimator.cancel(); in testStartDelayedCancel() 473 mAnimator.cancel(); in testStartDoubleCancel() 474 mAnimator.cancel(); in testStartDoubleCancel() 522 mAnimator.cancel(); in testStartDelayedDoubleCancel() 523 mAnimator.cancel(); in testStartDelayedDoubleCancel()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | IntentSenderTest.java | 37 is.cancel(); in testRegisteredReceivePermissionGranted() 57 is.cancel(); in testRegisteredReceivePermissionDenied() 66 is.cancel(); in testLocalReceivePermissionGranted() 84 is.cancel(); in testLocalReceivePermissionDenied()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 113 mNM.cancel(1); 355 mNM.cancel(500); 483 mNM.cancel(1); 505 mNM.cancel(1); 540 mVibrator.cancel(); 546 mNM.cancel(1); 555 mNM.cancel(1); 563 mNM.cancel(2); 687 mNM.cancel(1); 695 mNM.cancel(2); [all …]
|
/frameworks/base/services/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 626 mStartExitAnimation.cancel(); in kill() 630 mStartEnterAnimation.cancel(); in kill() 634 mFinishExitAnimation.cancel(); in kill() 638 mFinishEnterAnimation.cancel(); in kill() 644 mStartFrameAnimation.cancel(); in kill() 648 mRotateFrameAnimation.cancel(); in kill() 652 mFinishFrameAnimation.cancel(); in kill() 657 mRotateExitAnimation.cancel(); in kill() 661 mRotateEnterAnimation.cancel(); in kill() 762 mStartExitAnimation.cancel(); in stepAnimation() [all …]
|
/frameworks/base/core/java/android/animation/ |
D | LayoutTransition.java | 855 currentAnimation.cancel(); in setupChangeAnimation() 923 prevAnimation.cancel(); in setupChangeAnimation() 1054 public void cancel() { in cancel() method in LayoutTransition 1059 anim.cancel(); in cancel() 1089 public void cancel(int transitionType) { in cancel() method in LayoutTransition 1098 anim.cancel(); in cancel() 1135 currentAnimation.cancel(); in runAppearingTransition() 1180 currentAnimation.cancel(); in runDisappearingTransition() 1236 cancel(DISAPPEARING); in addChild() 1240 cancel(CHANGE_APPEARING); in addChild() [all …]
|
D | ObjectAnimator.java | 371 public void setAutoCancel(boolean cancel) { in setAutoCancel() argument 372 mAutoCancel = cancel; in setAutoCancel() 404 anim.cancel(); in start() 413 anim.cancel(); in start() 422 anim.cancel(); in start()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParser_V30.java | 96 public void cancel() { in cancel() method in VCardParser_V30 97 mVCardParserImpl.cancel(); in cancel()
|
D | VCardParser_V40.java | 84 public void cancel() { in cancel() method in VCardParser_V40 85 mVCardParserImpl.cancel(); in cancel()
|
D | VCardParser_V21.java | 117 public void cancel() { in cancel() method in VCardParser_V21 118 mVCardParserImpl.cancel(); in cancel()
|
/frameworks/base/core/java/android/app/ |
D | Presentation.java | 265 cancel(); in handleDisplayRemoved() 277 cancel(); in handleDisplayChanged() 348 cancel();
|
D | NotificationManager.java | 175 public void cancel(int id) in cancel() method in NotificationManager 177 cancel(null, id); in cancel() 185 public void cancel(String tag, int id) in cancel() method in NotificationManager
|
D | Dialog.java | 591 cancel(); in onBackPressed() 621 cancel(); in onTouchEvent() 1090 public void setCanceledOnTouchOutside(boolean cancel) { in setCanceledOnTouchOutside() argument 1091 if (cancel && !mCancelable) { in setCanceledOnTouchOutside() 1095 mWindow.setCloseOnTouchOutside(cancel); in setCanceledOnTouchOutside() 1102 public void cancel() { in cancel() method in Dialog 1182 public boolean takeCancelAndDismissListeners(String msg, final OnCancelListener cancel, in takeCancelAndDismissListeners() argument 1190 setOnCancelListener(cancel); in takeCancelAndDismissListeners()
|
/frameworks/base/core/java/android/webkit/ |
D | JsDialogHelper.java | 90 mResult.cancel(); in showDialog() 106 negativeTextId = com.android.internal.R.string.cancel; in showDialog() 133 mResult.cancel(); in onCancel() 137 mResult.cancel(); in onClick()
|
D | WebViewClient.java | 204 handler.cancel(); in onReceivedSslError() 221 handler.cancel(); in onReceivedHttpAuthRequest()
|
D | SslErrorHandler.java | 44 public void cancel() {} in cancel() method in SslErrorHandler
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | EnableAccessibilityController.java | 180 cancel(); in onTouchEvent() 187 cancel(); in onTouchEvent() 192 cancel(); in onTouchEvent() 197 cancel(); in onTouchEvent() 203 private void cancel() { in cancel() method in EnableAccessibilityController
|
/frameworks/volley/tests/src/com/android/volley/mock/ |
D | MockRequest.java | 79 public void cancel() { in cancel() method in MockRequest 81 super.cancel(); in cancel()
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | RequestFuture.java | 72 public synchronized boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in RequestFuture 78 mRequest.cancel(); in cancel()
|
/frameworks/native/libs/utils/ |
D | WorkQueue.cpp | 33 if (!cancel()) { in ~WorkQueue() 68 status_t WorkQueue::cancel() { in cancel() function in android::WorkQueue
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockDialogInterface.java | 13 public void cancel() { in cancel() method in MockDialogInterface
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IFaceLockCallback.aidl | 23 void cancel(); in cancel() method
|