Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/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/support/v4/java/android/support/v4/hardware/fingerprint/
DFingerprintManagerCompat.java93 @Nullable CancellationSignal cancel, @NonNull AuthenticationCallback callback, in authenticate() argument
95 IMPL.authenticate(mContext, crypto, flags, cancel, callback, handler); in authenticate()
206 CancellationSignal cancel, AuthenticationCallback callback, Handler handler); in authenticate() argument
227 CancellationSignal cancel, AuthenticationCallback callback, Handler handler) { in authenticate() argument
249 CancellationSignal cancel, AuthenticationCallback callback, Handler handler) { in authenticate() argument
251 cancel != null ? cancel.getCancellationSignalObject() : null, in authenticate()
/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()
/frameworks/volley/src/test/java/com/android/volley/
DRequestQueueTest.java67 verify(req1).cancel(); // A cancelled in cancelAll_onlyCorrectTag()
68 verify(req3).cancel(); // A cancelled in cancelAll_onlyCorrectTag()
69 verify(req2, never()).cancel(); // B not cancelled in cancelAll_onlyCorrectTag()
70 verify(req4, never()).cancel(); // A added after cancel not cancelled in cancelAll_onlyCorrectTag()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleComponent.java99 cancel(); in enter()
112 cancel(); in exit()
131 public void cancel() { in cancel() method in RippleComponent
213 mSoftwareAnimator.cancel(); in cancelSoftwareAnimations()
320 public void cancel() { in cancel() method in RippleComponent.RenderNodeAnimatorSet
325 anim.cancel(); in cancel()
/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/support/v4/java/android/support/v4/os/
DCancellationSignal.java64 public void cancel() { in cancel() method in CancellationSignal
82 CancellationSignalCompatJellybean.cancel(obj); in cancel()
142 CancellationSignalCompatJellybean.cancel(mCancellationSignalObj); in getCancellationSignalObject()
/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()
102 super.dispatchTouchEvent(cancel); in dispatchTouchEvent()
103 cancel.recycle(); in dispatchTouchEvent()
/frameworks/support/v4/jellybean/android/support/v4/os/
DCancellationSignalCompatJellybean.java24 public static void cancel(Object cancellationSignalObj) { in cancel() method in CancellationSignalCompatJellybean
25 ((android.os.CancellationSignal)cancellationSignalObj).cancel(); in cancel()
/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/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java115 mNM.cancel(1);
348 mNM.cancel(500);
483 mNM.cancel(1);
511 mNM.cancel(1);
546 mVibrator.cancel();
552 mNM.cancel(1);
561 mNM.cancel(1);
569 mNM.cancel(2);
710 mNM.cancel(1);
718 mNM.cancel(2);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogMotion.java110 mDialogView.animate().cancel(); in startShow()
199 mDialogView.animate().cancel(); in startDismiss()
201 mContentsPositionAnimator.cancel(); in startDismiss()
203 mContents.animate().cancel(); in startDismiss()
205 mChevronPositionAnimator.cancel(); in startDismiss()
207 mChevron.animate().cancel(); in startDismiss()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java856 currentAnimation.cancel(); in setupChangeAnimation()
938 prevAnimation.cancel(); in setupChangeAnimation()
1069 public void cancel() { in cancel() method in LayoutTransition
1074 anim.cancel(); in cancel()
1104 public void cancel(int transitionType) { in cancel() method in LayoutTransition
1113 anim.cancel(); in cancel()
1150 currentAnimation.cancel(); in runAppearingTransition()
1198 currentAnimation.cancel(); in runDisappearingTransition()
1257 cancel(DISAPPEARING); in addChild()
1261 cancel(CHANGE_APPEARING); in addChild()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java671 mStartExitAnimation.cancel(); in kill()
675 mStartEnterAnimation.cancel(); in kill()
679 mFinishExitAnimation.cancel(); in kill()
683 mFinishEnterAnimation.cancel(); in kill()
689 mStartFrameAnimation.cancel(); in kill()
693 mRotateFrameAnimation.cancel(); in kill()
697 mFinishFrameAnimation.cancel(); in kill()
702 mRotateExitAnimation.cancel(); in kill()
706 mRotateEnterAnimation.cancel(); in kill()
807 mStartExitAnimation.cancel(); in stepAnimation()
[all …]
/frameworks/support/design/base/android/support/design/widget/
DValueAnimatorCompat.java104 abstract void cancel(); in cancel() method in ValueAnimatorCompat.Impl
183 public void cancel() { in cancel() method in ValueAnimatorCompat
184 mImpl.cancel(); in cancel()
/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/core/java/android/hardware/fingerprint/
DFingerprintManager.java427 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() argument
429 authenticate(crypto, cancel, flags, callback, handler, UserHandle.myUserId()); in authenticate()
449 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() argument
455 if (cancel != null) { in authenticate()
456 if (cancel.isCanceled()) { in authenticate()
460 cancel.setOnCancelListener(new OnAuthenticationCancelListener(crypto)); in authenticate()
498 public void enroll(byte [] token, CancellationSignal cancel, int flags, in enroll() argument
504 if (cancel != null) { in enroll()
505 if (cancel.isCanceled()) { in enroll()
509 cancel.setOnCancelListener(new OnEnrollCancelListener()); in enroll()
/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()
279 cancel(); in handleDisplayChanged()
350 cancel();
/frameworks/base/services/core/java/com/android/server/policy/
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/core/java/android/webkit/
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()
DWebViewClient.java294 handler.cancel(); in onReceivedSslError()
329 request.cancel(); in onReceivedClientCertRequest()
346 handler.cancel(); in onReceivedHttpAuthRequest()
/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()

12345678910>>...17