Searched refs:cancel (Results 276 - 300 of 358) sorted by relevance

<<1112131415

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java797 previousAnimator.cancel();
953 currentAnimator.cancel();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java993 mTransformationAnimator.cancel();
1060 mTransformationAnimator.cancel();
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java378 builder.setNegativeButton(com.android.internal.R.string.cancel, null);
1217 cancel();
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java669 mAnimator.cancel();
885 mAnimator.cancel();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java426 ViewCompat.animate(view).cancel();
427 // TODO if some other animations are chained to end, how do we cancel them as well?
481 // animations should be ended by the cancel above.
623 ViewCompat.animate(viewHolders.get(i).itemView).cancel();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java572 synchronized void cancel() { method in class:SipSessionGroup.SipSessionImpl.SessionTimer
1205 // RFC says that UA should not send out cancel when no
1362 mSessionTimer.cancel();
1616 mWakeupTimer.cancel(this);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScanningServiceImpl.java1565 mAlarmManager.cancel(mTimeoutIntent);
1572 mAlarmManager.cancel(mTimeoutIntent);
1591 mAlarmManager.cancel(mTimeoutIntent);
1712 // cancel previous scan
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java168 static final int PS_NOTIFICATION = 888; // Id to update and cancel PS restricted
169 static final int CS_NOTIFICATION = 999; // Id to update and cancel CS restricted
517 am.cancel(mRadioOffIntent);
2016 // do nothing and cancel the notification later
2036 // cancel previous post notification
2037 notificationManager.cancel(notificationId);
2189 am.cancel(mRadioOffIntent);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java531 * @param selected The ViewHolder to drag or swipe. Can be null if you want to cancel the
873 anim.cancel();
2285 public void cancel() { method in class:ItemTouchHelper.RecoverAnimation
2286 mValueAnimator.cancel();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp700 mSDPLoader->cancel();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h301 void cancel() { Mutex::Autolock _l(mLock); mCallback = NULL; } function in class:android::AudioFlinger::SyncEvent
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java188 * has been cancel()'d or end()'d since the last animation frame. Possible values are
1121 public void cancel() { method in class:ValueAnimator
1122 // Only cancel if the animation is actually running or has been started and is about
1592 * <li>State change requests ({@link #cancel()}, {@link #end()}, {@link #reverse()}, etc...)
/frameworks/base/core/java/android/app/
H A DPendingIntent.java64 * {@link #cancel} to remove it.
91 * cancel or modify whatever current PendingIntent is associated with the
598 * owning a PendingIntent can cancel it.
600 public void cancel() { method in class:PendingIntent
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java226 mVisibilityAnim.cancel();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java304 mAnim.cancel();
H A DAnimatedVectorDrawable.java587 mAnimatorSet.cancel();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java649 animator.cancel();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java369 return mReadTask.cancel(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java176 rescheduleNotificationPulse(false /*predicate*/); // cancel any pending pulse alarms
376 mAlarmManager.cancel(notificationPulseIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java368 animator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java313 mSwipeAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DQsTuner.java305 .setNegativeButton(android.R.string.cancel, null)
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java628 mInputDeviceVibrators.get(i).cancel();
725 // to cancel vibrations in case a misbehaving app has abandoned
727 // haptic feedback as part of the transition. So we don't cancel
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java627 mAlarmManager.cancel(mIntent);
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java194 dialog.cancel();
341 // We don't allow apps to cancel this, so ignore the result.

Completed in 3637 milliseconds

<<1112131415