Searched refs:cancel (Results 426 - 450 of 475) sorted by relevance

<<111213141516171819

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java1050 public final synchronized void cancel() { method in class:VCardParserImpl_V21
1051 Log.i(LOG_TAG, "ParserImpl received cancel operation.");
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java621 mScrimAnimator.cancel();
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java319 mValueAnimator.cancel();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java319 mValueAnimator.cancel();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java727 mAnimator.cancel();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java682 mAnim.cancel();
684 // force-clear the animation, as Animation#cancel() doesn't work prior to N,
H A DGuidedActionsStylist.java373 mPressAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java359 * has now sent a remote input. We auto-dismiss, because the app may not see a reason to cancel
1496 // view it is already canceled, so we'll need to cancel it on the apps behalf
1675 // A cancel() in repsonse to a remote input shouldn't be delayed, as it makes the
2321 mBackdropFront.animate().cancel();
2396 mBackdrop.animate().cancel();
2470 mBackdropFront.animate().cancel();
4103 mNotificationPanel.animate().cancel();
4287 mNotificationPanel.animate().cancel();
5573 noMan.cancel(SystemMessage.NOTE_HIDDEN_NOTIFICATIONS);
6511 // separate work challenge, we defer the activity action and cancel
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1443 Log.d(LOG_TAG, "--- cancel handle complete:" + mCurStart);
2137 mBuilder.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
2164 mBuilder.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
/frameworks/base/core/java/android/view/
H A DMotionEvent.java3204 // Simple up/down/cancel/move or other motion action.
3434 public final void cancel() { method in class:MotionEvent
H A DViewGroup.java2492 // The framework may have dropped the up or cancel event for the previous gesture
2670 // Update list of touch targets for pointer up or cancel, if needed.
2739 * Resets the cancel next up flag.
2919 private boolean dispatchTransformedTouchEvent(MotionEvent event, boolean cancel, argument
2926 if (cancel || oldAction == MotionEvent.ACTION_CANCEL) {
4909 // Don't prevent other add transitions from completing, but cancel remove
4911 mTransition.cancel(LayoutTransition.DISAPPEARING);
5280 previousTransition.cancel();
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1006 state.lineAnimator.cancel();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1140 mSet.cancel();
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1245 mOverlayViewCleanUpTask.cancel(true);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java668 com.android.internal.R.string.cancel).toUpperCase());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java380 mDockAreaOverlayAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java475 // Weren't able to start dragging successfully, so cancel it again.
639 mCurrentAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java244 to.animate().cancel();
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java195 // Warning: if we get here, the driver never confirmed our call to cancel the current
199 // {@link FingerprintManager#FINGERPRINT_ERROR_CANCEL} in response to cancel()
202 // in response to an actual cancel() call.
205 + " failed to respond to cancel, starting client "
506 mAlarmManager.cancel(getLockoutResetIntent());
544 * it calls cancel() and sets mPendingClient to begin when the current task finishes
1134 if (DEBUG) Slog.v(TAG, "can't cancel non-authenticating client "
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java898 mShowHideFrameAnimator.cancel();
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMagnificationControllerTest.java588 verify(mMockValueAnimator).cancel();
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp1028 BQ_LOGE("cancelBuffer: cannot cancel a buffer in shared buffer mode");
1045 mSlots[slot].mBufferState.cancel();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java932 mNotificationManager.cancel(InboundSmsHandler.NOTIFICATION_TAG,
H A DServiceStateTracker.java450 public static final int PS_NOTIFICATION = 888; // Id to update and cancel PS restricted
451 public static final int CS_NOTIFICATION = 999; // Id to update and cancel CS restricted
452 public static final int CS_REJECT_CAUSE_NOTIFICATION = 111; // Id to update and cancel MM
620 //cancel any pending pollstate request on voice tech switching
2349 am.cancel(mRadioOffIntent);
2480 am.cancel(mRadioOffIntent);
3840 // do nothing and cancel the notification later
3846 // cancel notification because current reject code is not handled.
3881 // cancel previous post notification
3882 notificationManager.cancel(notificationI
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken1659 // event, it will cancel the just issued USSD MMI, which we don't
1711 // Receive a REQUEST and cancel
1720 mmi.cancel();
1759 * event loop, thus cancel() is safe.
1771 mmi.cancel();

Completed in 4430 milliseconds

<<111213141516171819