Home
last modified time | relevance | path

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

12345678910

/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.java113 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/
DScreenRotationAnimation.java626 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/
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 …]
DObjectAnimator.java371 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/
DVCardParser_V30.java96 public void cancel() { in cancel() method in VCardParser_V30
97 mVCardParserImpl.cancel(); in cancel()
DVCardParser_V40.java84 public void cancel() { in cancel() method in VCardParser_V40
85 mVCardParserImpl.cancel(); in cancel()
DVCardParser_V21.java117 public void cancel() { in cancel() method in VCardParser_V21
118 mVCardParserImpl.cancel(); in cancel()
/frameworks/base/core/java/android/app/
DPresentation.java265 cancel(); in handleDisplayRemoved()
277 cancel(); in handleDisplayChanged()
348 cancel();
DNotificationManager.java175 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
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/
DJsDialogHelper.java90 mResult.cancel(); in showDialog()
106 negativeTextId = com.android.internal.R.string.cancel; in showDialog()
133 mResult.cancel(); in onCancel()
137 mResult.cancel(); in onClick()
DWebViewClient.java204 handler.cancel(); in onReceivedSslError()
221 handler.cancel(); in onReceivedHttpAuthRequest()
DSslErrorHandler.java44 public void cancel() {} in cancel() method in SslErrorHandler
/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/volley/tests/src/com/android/volley/mock/
DMockRequest.java79 public void cancel() { in cancel() method in MockRequest
81 super.cancel(); in cancel()
/frameworks/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/test-runner/src/android/test/mock/
DMockDialogInterface.java13 public void cancel() { in cancel() method in MockDialogInterface
/frameworks/base/core/java/com/android/internal/policy/
DIFaceLockCallback.aidl23 void cancel(); in cancel() method

12345678910