Searched refs:cancel (Results 126 - 150 of 358) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java86 mCurrentAnimation.cancel();
H A DKeyguardStatusBarView.java238 mSystemIconsSuperContainer.animate().cancel();
239 mMultiUserSwitch.animate().cancel();
H A DTrustDrawable.java144 mCurAnimator.cancel();
184 mCurAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java77 ap.mNegativeButtonText = getString(android.R.string.cancel);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSafetyWarningDialog.java104 cancel();
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java70 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java56 mAnimator.cancel();
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplEclairMr1.java117 public void cancel() { method in class:ValueAnimatorCompatImplEclairMr1
/frameworks/volley/src/test/java/com/android/volley/
H A DCacheDispatcherTest.java64 mRequest.cancel();
/frameworks/av/radio/
H A DRadio.cpp207 status_t Radio::cancel() function in class:android::Radio
213 return mIRadio->cancel();
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java115 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this);
142 cancel();
/frameworks/base/core/java/android/os/
H A DAsyncTask.java76 * // Escape early if cancel() is called
138 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
403 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
413 * @see #cancel(boolean)
427 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
431 * @see #cancel(boolean)
440 * normally. If you are calling {@link #cancel(boolean)} on the task,
446 * @see #cancel(boolean)
453 * <p>Attempts to cancel execution of this task. This attempt will
456 * and this task has not started when <tt>cancel</t
481 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncTask
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java211 mCurrentCommand.cancel();
232 mCurrentCommand.cancel();
276 public void cancel() { method in class:RemotePrintDocument
278 Log.i(LOG_TAG, "[CALLED] cancel()");
286 throw new IllegalStateException("Cannot cancel in state:" + stateToString(mState));
291 mCurrentCommand.cancel();
557 public final void cancel() { method in class:RemotePrintDocument.AsyncCommand
562 mCancellation.cancel();
681 cancellation.cancel();
962 cancellation.cancel();
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistDisclosure.java177 mAnimator.cancel();
184 mAnimator.cancel();
H A DAssistOrbView.java163 mCircleAnimator.cancel();
201 mOffsetAnimator.cancel();
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java128 mCenteringAnimator.cancel();
166 mAlarmManager.cancel(mBurnInProtectionIntent);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java167 mTimer.cancel();
185 mTimer.cancel();
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java167 mTimer.cancel();
185 mTimer.cancel();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java176 mTimer.cancel();
194 mTimer.cancel();
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java234 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
244 * @see #cancel(boolean)
257 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
261 * @see #cancel(boolean)
269 * normally. If you are calling {@link #cancel(boolean)} on the task,
275 * @see #cancel(boolean)
282 * <p>Attempts to cancel execution of this task. This attempt will
285 * and this task has not started when <tt>cancel</tt> is called,
310 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:ModernAsyncTask
311 return mFuture.cancel(mayInterruptIfRunnin
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java164 mVisibilityAnim.cancel();
192 mVisibilityAnim.cancel();
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java160 * a property animation is requested, we cancel any previous postings of the Runnable
196 boolean cancel(int propertyConstant) { method in class:ViewPropertyAnimator.PropertyBundle
421 public void cancel() { method in class:ViewPropertyAnimator
427 runningAnim.cancel();
946 // First, cancel any existing animations on this property
952 if (bundle.cancel(constantName)) {
953 // property was canceled - cancel the animation if it's now empty
955 // on a property will cancel a previous animation on that property, so
958 // the animation is no longer changing anything - cancel it
965 animatorToCancel.cancel();
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java412 mAlarmManager.cancel(mRenewIntent);
553 mAlarmManager.cancel(mOneshotTimeoutIntent);
696 mAlarmManager.cancel(mKickIntent);
697 mAlarmManager.cancel(mTimeoutIntent);
718 mAlarmManager.cancel(mKickIntent);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java52 * methods to post or cancel notifications.
127 notificationManager.cancel(id);
179 public void cancel(int id) { method in class:NotificationManagerCompat
180 cancel(null, id);
188 public void cancel(String tag, int id) { method in class:NotificationManagerCompat
614 service.cancel(packageName, id, tag);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java304 mExitGuestDialog.cancel();
312 mAddUserDialog.cancel();
356 mExitGuestDialog.cancel();
621 context.getString(android.R.string.cancel), this);
631 cancel();
647 context.getString(android.R.string.cancel), this);
655 cancel();

Completed in 788 milliseconds

1234567891011>>