/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternChecker.java | 35 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/ |
D | AsyncTask.java | 533 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/ |
D | WindowInsetsAnimationControlListener.java | 89 void onCancelled(@Nullable WindowInsetsAnimationController controller); in onCancelled() method
|
D | InsetsController.java | 474 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 …]
|
D | PendingInsetsController.java | 245 listener.onCancelled(null); in controlWindowInsetsAnimation()
|
D | InsetsResizeAnimationRunner.java | 244 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled() method in InsetsResizeAnimationRunner
|
D | ImeBackAnimationController.java | 118 public void onCancelled(@Nullable WindowInsetsAnimationController controller) { in onBackStarted() method
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IImeTracker.aidl | 66 oneway void onCancelled(in ImeTracker.Token statsToken, int phase); in onCancelled() method
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ChatActivity.java | 121 public void onCancelled( in onCreate() 219 public void onCancelled(WindowInsetsAnimationController controller) { in onCreate()
|
D | ControllerActivity.java | 205 public void onCancelled(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | ScrollCaptureController.java | 177 mCaptureCompleter.addCancellationListener(this::onCancelled, mBgExecutor); in run() 192 private void onCancelled() { in onCancelled() method
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 204 verify(mMockListener).onCancelled(mController); in testCancelled() 216 verify(mMockListener).onCancelled(null); in testCancelled_beforeReadyDispatched()
|
D | InsetsControllerTest.java | 224 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()
|
D | ImeBackAnimationControllerTest.java | 276 animationControlListener.onCancelled(mWindowInsetsAnimationController); in testOnBackInvokedHidesImeEvenIfInsetsControlCancelled()
|
D | PendingInsetsControllerTest.java | 103 verify(listener).onCancelled(null); in testControl()
|
/frameworks/base/core/java/android/print/ |
D | PrintFileDocumentAdapter.java | 138 protected void onCancelled(Void result) { in onCancelled() method in PrintFileDocumentAdapter.WriteFileAsyncTask
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
D | BitmapLoader.java | 104 protected void onCancelled() { in onCancelled() method in BitmapLoader.BitmapAsyncTask
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeScrimController.java | 81 public void onCancelled() {
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | AsyncRunner.java | 100 protected void onCancelled(RunnerResult result) { in onCancelled() method in AsyncRunner.AsyncRunnerTask
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ImeTracker.java | 416 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);
|
D | IInputMethodManagerGlobalInvoker.java | 735 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/ |
D | NotificationTemplateViewWrapper.java | 452 Consumer<PendingIntent> onCancelled) { in ActionPendingIntentCancellationHandler() argument 455 this.mOnCancelledCallback = onCancelled; in ActionPendingIntentCancellationHandler()
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 105 protected void onCancelled(D data) { in onCancelled() method in AsyncTaskLoader.LoadTask
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardAbsKeyInputViewController.java | 258 public void onCancelled() { in verifyPasswordAndUnlock()
|
D | KeyguardPasswordView.java | 287 public void onCancelled( in startDisappearAnimation() method
|