Searched defs:cancel (Results 51 - 65 of 65) sorted by relevance

123

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java143 * a property animation is requested, we cancel any previous postings of the Runnable
179 boolean cancel(int propertyConstant) { method in class:ViewPropertyAnimator.PropertyBundle
352 public void cancel() { method in class:ViewPropertyAnimator
358 runningAnim.cancel();
806 // First, cancel any existing animations on this property
812 if (bundle.cancel(constantName)) {
813 // property was canceled - cancel the animation if it's now empty
815 // on a property will cancel a previous animation on that property, so
818 // the animation is no longer changing anything - cancel it
825 animatorToCancel.cancel();
[all...]
H A DViewGroup.java1805 // The framework may have dropped the up or cancel event for the previous gesture
1937 // Update list of touch targets for pointer up or cancel, if needed.
1965 * Resets the cancel next up flag.
2132 private boolean dispatchTransformedTouchEvent(MotionEvent event, boolean cancel, argument
2139 if (cancel || oldAction == MotionEvent.ACTION_CANCEL) {
3333 // Don't prevent other add transitions from completing, but cancel remove
3335 mTransition.cancel(LayoutTransition.DISAPPEARING);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java138 public void cancel() { method in class:EventSenderImpl.TouchPoint
270 getTouchPoints().get(msg.arg1).cancel();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java1039 public final synchronized void cancel() { method in class:VCardParserImpl_V21
1040 Log.i(LOG_TAG, "ParserImpl received cancel operation.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java416 if (DEBUG) Slog.d(TAG, "up/cancel");
494 if (DEBUG) Slog.d(TAG, "up/cancel");
541 mScaleAnimation.cancel();
593 public void cancel() { method in class:ExpandHelper
/frameworks/base/core/java/android/app/
H A DDialog.java591 cancel();
616 * The default implementation will cancel the dialog when a touch
621 cancel();
1087 * @param cancel Whether the dialog should be canceled when touched outside
1090 public void setCanceledOnTouchOutside(boolean cancel) { argument
1091 if (cancel && !mCancelable) {
1095 mWindow.setCloseOnTouchOutside(cancel);
1102 public void cancel() { method in class:Dialog
1182 public boolean takeCancelAndDismissListeners(String msg, final OnCancelListener cancel, argument
1190 setOnCancelListener(cancel);
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java676 private void touchUp(MotionEvent event, boolean cancel) { argument
684 if (!cancel) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java291 * If you cancel an animation manually, you must call {@link #reset()}
298 public void cancel() { method in class:Animation
859 guard.open("cancel or detach or getTransformation");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java427 cancel() { method in class:GsmMmiCode
438 * cancel it.
447 // TODO in cases other than USSD, it would be nice to cancel
457 /* Can only cancel pending USSD sessions. */
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java139 public void cancel() { method in class:GlowPadView.AnimationBundle
143 anim.animator.cancel();
403 mGlowAnimations.cancel();
415 mGlowAnimations.cancel();
493 mTargetAnimations.cancel();
705 mWaveAnimations.cancel();
710 mWaveAnimations.cancel();
748 mBackgroundAnimator.animator.cancel();
H A DMultiWaveView.java140 public void cancel() { method in class:MultiWaveView.AnimationBundle
144 anim.animator.cancel();
383 mHandleAnimations.cancel();
395 mHandleAnimations.cancel();
534 mTargetAnimations.cancel();
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java561 synchronized void cancel() { method in class:SipSessionGroup.SipSessionImpl.SessionTimer
1177 // RFC says that UA should not send out cancel when no
1334 mSessionTimer.cancel();
1592 mWakeupTimer.cancel(this);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java879 mPressedStateHelper.cancel();
1833 mPressedStateHelper.cancel();
1993 public void cancel() { method in class:NumberPicker.PressedStateHelper
2008 cancel();
2015 cancel();
H A DEditor.java478 mBlink.cancel();
966 mBlink.cancel();
1711 void cancel() { method in class:Editor.Blink
2714 // The custom mode can choose to cancel the action mode
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h240 void cancel() { Mutex::Autolock _l(mLock); mCallback = NULL; } function in class:android::AudioFlinger::SyncEvent

Completed in 3024 milliseconds

123