Searched refs:cancel (Results 226 - 250 of 475) sorted by relevance

1234567891011>>

/frameworks/support/wear/src/android/support/wear/widget/
H A DSwipeDismissFrameLayout.java205 animate().cancel();
273 Log.d(TAG, "onSwipeCanceled() run swipe cancel animation");
/frameworks/av/radio/
H A DIRadio.cpp162 virtual status_t cancel() function in class:android::BpRadio
297 status_t status = cancel();
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java188 // It's dead, immediately cancel
189 cancel();
232 public void cancel() { method in class:RenderNodeAnimator
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java176 task.cancel();
407 synchronized void cancel() { method in class:DocumentLoader.LoaderTask
/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java232 notificationManager.cancel(NOTIFICATION_ID);
247 dialogInterface.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java301 mSystemIconsSuperContainer.animate().cancel();
303 mMultiUserSwitch.animate().cancel();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java113 // ConnectivityService will cancel the future disconnection of the NetworkAgent's AsyncChannel, and
505 // Even if we're going to reschedule the timer, cancel it first. This is because the
506 // semantics of WakeupMessage guarantee that if cancel is called then the alarm will
512 mLingerMessage.cancel();
541 mLingerMessage.cancel();
H A DPacManager.java188 getAlarmManager().cancel(mPacRefreshIntent);
192 getAlarmManager().cancel(mPacRefreshIntent);
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp155 int ret = gContext.device->cancel(gContext.device);
167 int ret = gContext.device->cancel(gContext.device);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java82 mCancelButton = (Button)findViewById(R.id.cancel);
162 mCurrentRequest.cancel();
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java386 cancel(id);
503 // Wear bugreport doesn't need the bug info dialog, screenshot and cancel action.
506 com.android.internal.R.string.cancel), newCancelIntent(mContext, info)).build();
552 * Creates a {@link PendingIntent} for a notification action used to cancel a bugreport.
563 * Finalizes the progress on a given bugreport and cancel its notification.
572 // Must stop foreground service first, otherwise notif.cancel() will fail below.
574 Log.d(TAG, "stopProgress(" + id + "): cancel notification");
575 NotificationManager.from(mContext).cancel(id);
582 private void cancel(int id) { method in class:BugreportProgressService
584 Log.v(TAG, "cancel
1606 void cancel() { method in class:BugreportProgressService.BugreportInfoDialog
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java299 // onPause might have not been able to cancel the job, see PrintActivity#onPause
300 // To be sure, cancel the job again. Double canceling does no harm.
354 mPrintedDocument.cancel(true);
428 mPrinterAvailabilityDetector.cancel();
489 setState(mProgressMessageController.cancel());
512 setState(mProgressMessageController.cancel());
534 setState(mProgressMessageController.cancel());
589 setState(mProgressMessageController.cancel());
655 mPrintedDocument.cancel(true);
1110 mPrintedDocument.cancel(fals
2216 public void cancel() { method in class:PrintActivity.PrinterAvailabilityDetector
3050 public int cancel() { method in class:PrintActivity.ProgressMessageController
[all...]
/frameworks/base/core/java/android/widget/
H A DSwitch.java1001 MotionEvent cancel = MotionEvent.obtain(ev);
1002 cancel.setAction(MotionEvent.ACTION_CANCEL);
1003 super.onTouchEvent(cancel);
1004 cancel.recycle();
1050 mPositionAnimator.cancel();
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java140 a1.cancel();
414 anim.cancel();
440 a2.cancel();
447 // Calling cancel from onAnimationEnd will be ignored.
578 // AnimationHandler should be iterating the list at the moment, end/cancel all
580 a0.cancel();
583 a4.cancel();
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java714 mKickAlarm.cancel();
715 mTimeoutAlarm.cancel();
836 mRenewAlarm.cancel();
837 mRebindAlarm.cancel();
838 mExpiryAlarm.cancel();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java694 mTimer.cancel(this);
774 mTimer.cancel(this);
781 mTimer.cancel(this);
924 mTimer.cancel(this);
1005 mTimer.cancel(this);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java982 MotionEvent cancel = MotionEvent.obtain(ev);
983 cancel.setAction(MotionEvent.ACTION_CANCEL);
984 super.onTouchEvent(cancel);
985 cancel.recycle();
1033 mPositionAnimator.cancel();
/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java250 cancel();
264 * should cancel any pending transition and just bring those Views visible.
309 private void cancel() { method in class:EnterTransitionCoordinator
662 mBackgroundAnimator.cancel();
H A DNotificationManager.java82 * to the {@link #cancel(int)} or {@link #cancel(String, int)} method to clear
335 public void cancel(int id) method in class:NotificationManager
337 cancel(null, id);
345 public void cancel(String tag, int id) method in class:NotificationManager
357 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
366 * Cancel all previously shown notifications. See {@link #cancel} for the
1076 * have not yet been dismissed by the user or {@link #cancel(String, int)}ed by the app.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java231 mFadeAnimator.cancel();
358 mFadeAnimator.cancel();
368 mFadeAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java70 mTransformedView.animate().cancel();
218 mTransformedView.animate().cancel();
528 mTransformedView.animate().cancel();
/frameworks/base/services/core/java/com/android/server/display/
H A DNightDisplayService.java95 mColorMatrixAnimator.cancel();
350 mColorMatrixAnimator.cancel();
516 mAlarmManager.cancel(this);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java404 noMa.cancel(NOTIFICATION_ID + i);
406 L(" %s: cancel=%dms", summarize(n), time);
450 noMa.cancel(NOTIFICATION_ID + i);
452 L(" %s: cancel=%dms", summarize(n), time);
474 noMa.cancel(NOTIFICATION_ID + id);
/frameworks/av/services/radio/
H A DRadioHalHidl.cpp208 int RadioHalHidl::Tuner::cancel() function in class:android::RadioHalHidl::Tuner
214 Return<Result> hidlResult = mHalTuner->cancel();

Completed in 1227 milliseconds

1234567891011>>