Home
last modified time | relevance | path

Searched refs:onCancelled (Results 1 – 25 of 37) 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.java427 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled() method in InsetsController.InternalAnimationControlListener
435 mLoggingListener.onCancelled(controller); in onCancelled()
1043 listener.onCancelled(null); in controlWindowInsetsAnimation()
1084 listener.onCancelled(null); in controlAnimationUnchecked()
1128 listener.onCancelled(null); in controlAnimationUnchecked()
1291 mPendingImeControlRequest.listener.onCancelled(null); in abortPendingImeControlRequest()
DPendingInsetsController.java223 listener.onCancelled(null); in controlWindowInsetsAnimation()
DInsetsResizeAnimationRunner.java236 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled() method in InsetsResizeAnimationRunner
DInsetsAnimationControlImpl.java331 mListener.onCancelled(mReadyDispatched ? this : null); in cancel()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java120 public void onCancelled( in onCreate()
218 public void onCancelled(WindowInsetsAnimationController controller) { in onCreate()
DControllerActivity.java231 public void onCancelled(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScrollCaptureController.java169 mCaptureCompleter.addCancellationListener(this::onCancelled, mBgExecutor); in run()
184 private void onCancelled() { in onCancelled() method
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java194 verify(mMockListener).onCancelled(mController); in testCancelled()
206 verify(mMockListener).onCancelled(null); in testCancelled_beforeReadyDispatched()
DInsetsControllerTest.java211 verify(mockListener).onCancelled(notNull()); in testControlsRevoked_duringAnim()
234 verify(controlListener).onCancelled(null); in testFrameDoesntOverlapWithInsets()
561 verify(mockListener).onCancelled(notNull()); in testCancellation_afterGainingControl()
612 verify(listener).onCancelled(null); in testControlImeNotReady_controlRevoked()
634 verify(listener).onCancelled(null); in testControlImeNotReady_timeout()
649 verify(listener).onCancelled(null); in testControlImeNotReady_cancel()
DPendingInsetsControllerTest.java102 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/content/
DAsyncTaskLoader.java105 protected void onCancelled(D data) { in onCancelled() method in AsyncTaskLoader.LoadTask
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputViewController.java250 public void onCancelled() { in verifyPasswordAndUnlock()
DKeyguardPasswordView.java232 public void onCancelled( in startDisappearAnimation() method
DKeyguardPatternViewController.java150 public void onCancelled() { in onPatternDetected()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java795 protected void onCancelled(Integer integer) { in onCancelled() method in PageContentRepository.AsyncRenderer.OpenTask
956 protected void onCancelled(RenderedPage renderedPage) { in onCancelled() method in PageContentRepository.AsyncRenderer.RenderPageTask
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java514 protected void onCancelled(ReusableBitmap result) { in onCancelled() method in DecodeTask
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java1236 .onCancelled(finalCallbackInfo.gestureDescription); in onPerformGestureResult()
1245 callbackInfo.callback.onCancelled(callbackInfo.gestureDescription); in onPerformGestureResult()
3170 public void onCancelled(GestureDescription gestureDescription) {
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java356 protected void onCancelled() { in onCancelled() method in VrView.VrRenderTesk

12