Home
last modified time | relevance | path

Searched defs:onReady (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/view/
DScrollCaptureCallback.java85 void onScrollCaptureSearch(@NonNull CancellationSignal signal, @NonNull Consumer<Rect> onReady); in onScrollCaptureSearch()
103 @NonNull CancellationSignal signal, @NonNull Runnable onReady); in onScrollCaptureStart()
152 void onScrollCaptureEnd(@NonNull Runnable onReady); in onScrollCaptureEnd()
DWindowInsetsAnimationControlListener.java56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady() method
DImeBackAnimationController.java100 public void onReady(@NonNull WindowInsetsAnimationController controller, in onBackStarted() method
DInsetsResizeAnimationRunner.java120 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() method in InsetsResizeAnimationRunner
/frameworks/base/core/tests/coretests/src/android/view/
DTestScrollCaptureCallback.java39 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
47 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
63 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd()
DScrollCaptureSearchResultsTest.java344 public void onScrollCaptureSearch(CancellationSignal signal, Consumer<Rect> onReady) { in onScrollCaptureSearch()
354 Runnable onReady) { in onScrollCaptureStart()
360 CancellationSignal signal, Rect captureArea, Consumer<Rect> onReady) { in onScrollCaptureImageRequest()
365 public void onScrollCaptureEnd(Runnable onReady) { in onScrollCaptureEnd()
401 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
406 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
412 Consumer<Rect> onReady) { in onScrollCaptureImageRequest()
416 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd()
DViewGroupScrollCaptureTest.java495 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
500 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
510 public void onScrollCaptureEnd(@NonNull Runnable onReady) { in onScrollCaptureEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldLightRevealOverlayAnimation.kt116 val onReady = readyCallback?.await() in <lambda>() constant
130 val onReady = readyCallback?.takeIf { it.isCompleted }?.getCompleted() in <lambda>() constant
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsTrafficSessionCallback.java28 void onReady(); in onReady() method
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsTrafficSessionCallback.aidl25 void onReady(); in onReady() method
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java63 public void onReady() { in onReady() method in MainInteractionService
/frameworks/base/core/java/android/hardware/camera2/
DCameraOfflineSession.java64 public abstract void onReady(@NonNull CameraOfflineSession session); in onReady() method in CameraOfflineSession.CameraOfflineSessionCallback
DCameraCaptureSession.java1079 public void onReady(@NonNull CameraCaptureSession session) { in onReady() method in CameraCaptureSession.StateCallback
/frameworks/base/core/java/com/android/internal/view/
DScrollCaptureViewSupport.java201 public final void onScrollCaptureSearch(CancellationSignal signal, Consumer<Rect> onReady) { in onScrollCaptureSearch()
218 Runnable onReady) { in onScrollCaptureStart()
295 public final void onScrollCaptureEnd(Runnable onReady) { in onScrollCaptureEnd()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCallbackProxies.java71 public void onReady(CameraCaptureSession session) { in onReady() method in CallbackProxies.SessionStateCallbackProxy
DCameraConstrainedHighSpeedCaptureSessionImpl.java392 public void onReady(CameraCaptureSession session) { in onReady() method in CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingOfflineSessionCallback.java120 public void onReady(CameraOfflineSession session) { in onReady() method in BlockingOfflineSessionCallback
DBlockingSessionCallback.java188 public void onReady(CameraCaptureSession session) { in onReady() method in BlockingSessionCallback
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java236 public void onReady(@NonNull WindowInsetsAnimationController controller, in startDisappearAnimation() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuInfoRepository.java295 void onReady(T info); in onReady() method
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java533 public void onReady() { in onReady() method in ImsSmsImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java443 public void onReady() { in onReady() method in IsimUiccRecords
DRuimRecords.java832 public void onReady() { in onReady() method in RuimRecords
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h91 ACameraCaptureSession_stateCallback onReady; member
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java370 public void onReady() { in onReady() method in VoiceInteractionService

12