Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 225) sorted by relevance

123456789

/frameworks/base/core/java/android/os/
DCancellationSignal.java63 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()
DICancellationSignal.aidl23 oneway void cancel(); in cancel() method
/frameworks/base/core/tests/coretests/src/android/view/
DMutateDrawable.java37 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/
DViewPropertyAnimatorTest.java74 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()
DEventsTest.java71 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/
DIntentSenderTest.java37 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/
DNotificationTestList.java116 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 …]
DNotificationBuilderTest.java120 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/
DScreenRotationAnimation.java627 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/
DLayoutTransition.java855 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/
DEnableAccessibilityController.java180 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/
DPresentation.java265 cancel(); in handleDisplayRemoved()
277 cancel(); in handleDisplayChanged()
348 cancel();
DNotificationManager.java168 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
DDialog.java591 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/
DCallbackProxy.java578 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 …]
DWebViewClient.java203 handler.cancel(); in onReceivedSslError()
220 handler.cancel(); in onReceivedHttpAuthRequest()
DSslErrorHandler.java42 public void cancel() {} in cancel() method in SslErrorHandler
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParser_V40.java84 public void cancel() { in cancel() method in VCardParser_V40
85 mVCardParserImpl.cancel(); in cancel()
DVCardParser_V30.java96 public void cancel() { in cancel() method in VCardParser_V30
97 mVCardParserImpl.cancel(); in cancel()
DVCardParser_V21.java117 public void cancel() { in cancel() method in VCardParser_V21
118 mVCardParserImpl.cancel(); in cancel()
/frameworks/support/volley/tests/src/com/android/volley/mock/
DMockRequest.java79 public void cancel() { in cancel() method in MockRequest
81 super.cancel(); in cancel()
/frameworks/support/volley/src/com/android/volley/toolbox/
DRequestFuture.java72 public synchronized boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in RequestFuture
78 mRequest.cancel(); in cancel()
/frameworks/native/libs/utils/
DWorkQueue.cpp33 if (!cancel()) { in ~WorkQueue()
68 status_t WorkQueue::cancel() { in cancel() function in android::WorkQueue
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java179 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/
DMockDialogInterface.java13 public void cancel() { in cancel() method in MockDialogInterface

123456789