/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 | 116 mNM.cancel(1); 358 mNM.cancel(500); 486 mNM.cancel(1); 508 mNM.cancel(1); 543 mVibrator.cancel(); 549 mNM.cancel(1); 558 mNM.cancel(1); 566 mNM.cancel(2); 690 mNM.cancel(1); 698 mNM.cancel(2); [all …]
|
D | NotificationBuilderTest.java | 120 mNM.cancel(1); 123 mNM.cancel(2); 126 mNM.cancel(3); 129 mNM.cancel(4); 132 mNM.cancel(5); 135 mNM.cancel(6); 138 mNM.cancel(7); 141 mNM.cancel(8); 144 mNM.cancel(9); 147 mNM.cancel(10); [all …]
|
/frameworks/base/services/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 627 mStartExitAnimation.cancel(); in kill() 631 mStartEnterAnimation.cancel(); in kill() 635 mFinishExitAnimation.cancel(); in kill() 639 mFinishEnterAnimation.cancel(); in kill() 645 mStartFrameAnimation.cancel(); in kill() 649 mRotateFrameAnimation.cancel(); in kill() 653 mFinishFrameAnimation.cancel(); in kill() 658 mRotateExitAnimation.cancel(); in kill() 662 mRotateEnterAnimation.cancel(); in kill() 763 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 …]
|
/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/base/core/java/android/app/ |
D | Presentation.java | 265 cancel(); in handleDisplayRemoved() 277 cancel(); in handleDisplayChanged() 348 cancel();
|
D | NotificationManager.java | 168 public void cancel(int id) in cancel() method in NotificationManager 170 cancel(null, id); in cancel() 178 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 | CallbackProxy.java | 578 res.cancel(); in handleMessage() 597 res.cancel(); in handleMessage() 615 res.cancel(); in handleMessage() 629 .setNegativeButton(R.string.cancel, in handleMessage() 634 res.cancel(); in handleMessage() 640 res.cancel(); in handleMessage() 661 res.cancel(); in handleMessage() 686 .setNegativeButton(R.string.cancel, in handleMessage() 691 res.cancel(); in handleMessage() 698 res.cancel(); in handleMessage() [all …]
|
D | WebViewClient.java | 203 handler.cancel(); in onReceivedSslError() 220 handler.cancel(); in onReceivedHttpAuthRequest()
|
D | SslErrorHandler.java | 42 public void cancel() {} in cancel() method in SslErrorHandler
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParser_V40.java | 84 public void cancel() { in cancel() method in VCardParser_V40 85 mVCardParserImpl.cancel(); in cancel()
|
D | VCardParser_V30.java | 96 public void cancel() { in cancel() method in VCardParser_V30 97 mVCardParserImpl.cancel(); in cancel()
|
D | VCardParser_V21.java | 117 public void cancel() { in cancel() method in VCardParser_V21 118 mVCardParserImpl.cancel(); in cancel()
|
/frameworks/support/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/support/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/core/java/android/view/ |
D | ViewPropertyAnimator.java | 179 boolean cancel(int propertyConstant) { in cancel() method in ViewPropertyAnimator.PropertyBundle 352 public void cancel() { in cancel() method in ViewPropertyAnimator 358 runningAnim.cancel(); in cancel() 812 if (bundle.cancel(constantName)) { in animatePropertyBy() 825 animatorToCancel.cancel(); in animatePropertyBy()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockDialogInterface.java | 13 public void cancel() { in cancel() method in MockDialogInterface
|