Home
last modified time | relevance | path

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

12345678910>>...15

/frameworks/base/core/java/android/os/
DCancellationSignal.java62 public void cancel() { in cancel() method in CancellationSignal
81 remote.cancel(); in cancel()
150 remote.cancel(); in setRemote()
205 public void cancel() throws RemoteException { in cancel() method in CancellationSignal.Transport
206 mCancellationSignal.cancel(); in cancel()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java290 mSendHoverEnterAndMoveDelayed.cancel(); in clear()
291 mSendHoverExitDelayed.cancel(); in clear()
292 mPerformLongPressDelayed.cancel(); in clear()
293 mExitGestureDetectionModeDelayed.cancel(); in clear()
294 mSendTouchExplorationEndDelayed.cancel(); in clear()
295 mSendTouchInteractionEndDelayed.cancel(); in clear()
354 mSendTouchExplorationEndDelayed.cancel(); in onAccessibilityEvent()
362 mSendTouchInteractionEndDelayed.cancel(); in onAccessibilityEvent()
416 mSendHoverEnterAndMoveDelayed.cancel(); in handleMotionEventStateTouchExploring()
417 mSendHoverExitDelayed.cancel(); in handleMotionEventStateTouchExploring()
[all …]
/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.java75 mAnim.cancel(); in run()
253 mAnimator.cancel(); in testCancel()
279 mAnimator.cancel(); in testStartCancel()
325 mAnimator.cancel(); in testStartDelayedCancel()
519 mAnimator.cancel(); in testStartDoubleCancel()
520 mAnimator.cancel(); in testStartDoubleCancel()
568 mAnimator.cancel(); in testStartDelayedDoubleCancel()
569 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/support/v4/java/android/support/v4/app/
DNotificationCompatSideChannelService.java66 public abstract void cancel(String packageName, int id, String tag); in cancel() method in NotificationCompatSideChannelService
87 public void cancel(String packageName, int id, String tag) throws RemoteException { in cancel() method in NotificationCompatSideChannelService.NotificationSideChannelStub
91 NotificationCompatSideChannelService.this.cancel(packageName, id, tag); in cancel()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java867 currentAnimation.cancel(); in setupChangeAnimation()
949 prevAnimation.cancel(); in setupChangeAnimation()
1080 public void cancel() { in cancel() method in LayoutTransition
1085 anim.cancel(); in cancel()
1115 public void cancel(int transitionType) { in cancel() method in LayoutTransition
1124 anim.cancel(); in cancel()
1161 currentAnimation.cancel(); in runAppearingTransition()
1209 currentAnimation.cancel(); in runDisappearingTransition()
1268 cancel(DISAPPEARING); in addChild()
1272 cancel(CHANGE_APPEARING); in addChild()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java677 mStartExitAnimation.cancel(); in kill()
681 mStartEnterAnimation.cancel(); in kill()
685 mFinishExitAnimation.cancel(); in kill()
689 mFinishEnterAnimation.cancel(); in kill()
695 mStartFrameAnimation.cancel(); in kill()
699 mRotateFrameAnimation.cancel(); in kill()
703 mFinishFrameAnimation.cancel(); in kill()
708 mRotateExitAnimation.cancel(); in kill()
712 mRotateEnterAnimation.cancel(); in kill()
813 mStartExitAnimation.cancel(); in stepAnimation()
[all …]
/frameworks/base/core/java/android/app/
DJobSchedulerImpl.java49 public void cancel(int jobId) { in cancel() method in JobSchedulerImpl
51 mBinder.cancel(jobId); in cancel()
DPresentation.java265 cancel(); in handleDisplayRemoved()
277 cancel(); in handleDisplayChanged()
348 cancel();
/frameworks/base/core/java/android/webkit/
DWebViewClient.java230 handler.cancel(); in onReceivedSslError()
252 request.cancel(); in onReceivedClientCertRequest()
269 handler.cancel(); in onReceivedHttpAuthRequest()
DJsDialogHelper.java92 mResult.cancel(); in showDialog()
108 negativeTextId = com.android.internal.R.string.cancel; in showDialog()
135 mResult.cancel(); in onCancel()
139 mResult.cancel(); in onClick()
/frameworks/base/graphics/java/android/graphics/drawable/
DRipple.java287 cancel(); in enter()
334 cancel(); in exit()
493 public void cancel() { in cancel() method in Ripple
502 mAnimRadius.cancel(); in cancelSoftwareAnimations()
507 mAnimOpacity.cancel(); in cancelSoftwareAnimations()
512 mAnimX.cancel(); in cancelSoftwareAnimations()
517 mAnimY.cancel(); in cancelSoftwareAnimations()
532 runningAnimations.get(i).cancel(); in cancelHardwareAnimations()
DRippleBackground.java210 cancel(); in enter()
229 cancel(); in exit()
400 public void cancel() { in cancel() method in RippleBackground
407 mAnimOuterOpacity.cancel(); in cancelSoftwareAnimations()
422 runningAnimations.get(i).cancel(); in cancelHardwareAnimations()
/frameworks/base/docs/html/training/volley/
Dsimple.jd16 <li><a href="#cancel">Cancel a Request</a></li>
41 <p>This lesson also describes how to add a request to a {@code RequestQueue} and cancel a
118 <h2 id="cancel">Cancel a Request</h2>
120 <p>To cancel a request, call {@code cancel()} on your {@code Request} object. Once cancelled,
122 practice is that you can cancel all of your pending requests in your activity's
129 track all in-flight requests in order to be able to cancel them at the
131 request. You can then use this tag to provide a scope of requests to cancel. For
136 {@link android.support.v4.view.ViewPager} tab with their respective tabs and cancel on swipe
155 <li>In your activity's {@link android.app.Activity#onStop onStop()} method, cancel all requests tha…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DObservableScrollView.java100 MotionEvent cancel = MotionEvent.obtain(ev); in dispatchTouchEvent() local
101 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
103 cancel.recycle(); in dispatchTouchEvent()
/frameworks/base/docs/html/training/wearables/ui/
Dconfirm.jd23 touch targets to cancel an action.</p>
30 <dd>Automatic confirmation timers show users an animated timer that lets them cancel an action
47 <p>Automatic confirmation timers let users cancel an action they just performed. When the user
48 performs the action, your app shows a button to cancel the action with a timer animation and
49 starts the timer. The user has the option to cancel the action until the timer finishes. Your app
99 // User didn't cancel, perform the action
113 // Two seconds to cancel the action
/frameworks/base/policy/src/com/android/internal/policy/impl/
DEnableAccessibilityController.java182 cancel(); in onTouchEvent()
189 cancel(); in onTouchEvent()
194 cancel(); in onTouchEvent()
199 cancel(); in onTouchEvent()
205 private void cancel() { in cancel() method in EnableAccessibilityController
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DWakeUpCall.java47 boolean cancel = intent.hasExtra(CANCEL); in onReceive()
48 if (!cancel) { in onReceive()
86 am.cancel(PendingIntent.getBroadcast(context, 0, intent, 0)); in onReceive()
/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/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java94 mContractedChild.animate().cancel(); in reset()
97 mExpandedChild.animate().cancel(); in reset()
119 mContractedChild.animate().cancel(); in setContractedChild()
132 mExpandedChild.animate().cancel(); in setExpandedChild()

12345678910>>...15