Home
last modified time | relevance | path

Searched refs:onCancelled (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternChecker.java35 default void onCancelled() {} in onCancelled() method
82 protected void onCancelled() { in verifyCredential()
124 protected void onCancelled() { in checkCredential()
125 callback.onCancelled(); in checkCredential()
164 protected void onCancelled() { in verifyTiedProfileChallenge()
/frameworks/base/core/java/android/os/
DAsyncTask.java533 protected void onCancelled(Result result) { in onCancelled() method in AsyncTask
534 onCancelled(); in onCancelled()
551 protected void onCancelled() { in onCancelled() method in AsyncTask
769 onCancelled(result); in finish()
/frameworks/base/core/java/android/view/
DWindowInsetsAnimationControlListener.java89 void onCancelled(@Nullable WindowInsetsAnimationController controller); in onCancelled() method
DInsetsController.java474 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled() method in InsetsController.InternalAnimationControlListener
482 mLoggingListener.onCancelled(controller); in onCancelled()
1152 ImeTracker.forLogging().onCancelled(statsToken, in show()
1273 ImeTracker.forLogging().onCancelled(statsToken, in hide()
1310 listener.onCancelled(null); in controlWindowInsetsAnimation()
1369 ImeTracker.forLogging().onCancelled(statsToken, in controlAnimationUncheckedInner()
1380 listener.onCancelled(null); in controlAnimationUncheckedInner()
1485 listener.onCancelled(null); in controlAnimationUncheckedInner()
1488 listener.onCancelled(null); in controlAnimationUncheckedInner()
1700 mPendingImeControlRequest.listener.onCancelled(null); in abortPendingImeControlRequest()
[all …]
DPendingInsetsController.java245 listener.onCancelled(null); in controlWindowInsetsAnimation()
DInsetsResizeAnimationRunner.java244 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled() method in InsetsResizeAnimationRunner
DImeBackAnimationController.java118 public void onCancelled(@Nullable WindowInsetsAnimationController controller) { in onBackStarted() method
/frameworks/base/core/java/com/android/internal/inputmethod/
DIImeTracker.aidl66 oneway void onCancelled(in ImeTracker.Token statsToken, int phase); in onCancelled() method
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java121 public void onCancelled( in onCreate()
219 public void onCancelled(WindowInsetsAnimationController controller) { in onCreate()
DControllerActivity.java205 public void onCancelled(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DScrollCaptureController.java177 mCaptureCompleter.addCancellationListener(this::onCancelled, mBgExecutor); in run()
192 private void onCancelled() { in onCancelled() method
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java204 verify(mMockListener).onCancelled(mController); in testCancelled()
216 verify(mMockListener).onCancelled(null); in testCancelled_beforeReadyDispatched()
DInsetsControllerTest.java224 verify(mockListener).onCancelled(notNull()); in testControlsRevoked_duringAnim()
248 verify(controlListener).onCancelled(null); in testFrameDoesntOverlapWithInsets()
549 verify(mockListener).onCancelled(notNull()); in testCancellation_afterGainingControl()
600 verify(listener).onCancelled(null); in testControlImeNotReady_controlRevoked()
622 verify(listener).onCancelled(null); in testControlImeNotReady_timeout()
637 verify(listener).onCancelled(null); in testControlImeNotReady_cancel()
DImeBackAnimationControllerTest.java276 animationControlListener.onCancelled(mWindowInsetsAnimationController); in testOnBackInvokedHidesImeEvenIfInsetsControlCancelled()
DPendingInsetsControllerTest.java103 verify(listener).onCancelled(null); in testControl()
/frameworks/base/core/java/android/print/
DPrintFileDocumentAdapter.java138 protected void onCancelled(Void result) { in onCancelled() method in PrintFileDocumentAdapter.WriteFileAsyncTask
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
DBitmapLoader.java104 protected void onCancelled() { in onCancelled() method in BitmapLoader.BitmapAsyncTask
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java81 public void onCancelled() {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java100 protected void onCancelled(RunnerResult result) { in onCancelled() method in AsyncRunner.AsyncRunnerTask
/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java416 void onCancelled(@Nullable Token token, @Phase int phase); in onCancelled() method
558 public void onCancelled(@Nullable Token token, @Phase int phase) {
560 IInputMethodManagerGlobalInvoker.onCancelled(token, phase);
DIInputMethodManagerGlobalInvoker.java735 static void onCancelled(@NonNull ImeTracker.Token statsToken, @ImeTracker.Phase int phase) { in onCancelled() method in IInputMethodManagerGlobalInvoker
741 service.onCancelled(statsToken, phase); in onCancelled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java452 Consumer<PendingIntent> onCancelled) { in ActionPendingIntentCancellationHandler() argument
455 this.mOnCancelledCallback = onCancelled; in ActionPendingIntentCancellationHandler()
/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java105 protected void onCancelled(D data) { in onCancelled() method in AsyncTaskLoader.LoadTask
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputViewController.java258 public void onCancelled() { in verifyPasswordAndUnlock()
DKeyguardPasswordView.java287 public void onCancelled( in startDisappearAnimation() method

12