Home
last modified time | relevance | path

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

/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
DInsetsController.java343 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() method in InsetsController.InternalAnimationControlListener
/frameworks/base/core/tests/coretests/src/android/view/
DTestScrollCaptureCallback.java37 @NonNull Consumer<Rect> onReady) { in onScrollCaptureSearch()
44 @NonNull CancellationSignal signal, @NonNull Runnable onReady) { in onScrollCaptureStart()
58 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/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.java1044 public void onReady(@NonNull CameraCaptureSession session) { in onReady() method in CameraCaptureSession.StateCallback
/frameworks/base/core/java/com/android/internal/view/
DScrollCaptureViewSupport.java198 public final void onScrollCaptureSearch(CancellationSignal signal, Consumer<Rect> onReady) { in onScrollCaptureSearch()
215 Runnable onReady) { in onScrollCaptureStart()
276 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.java366 public void onReady(CameraCaptureSession session) { in onReady() method in CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java173 public void onReady(@NonNull WindowInsetsAnimationController controller, in startDisappearAnimation() method
/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/core/java/android/service/voice/
DVoiceInteractionService.java248 public void onReady() { in onReady() method in VoiceInteractionService
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java425 public void onReady() { in onReady() method in ImsSmsImplBase
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h91 ACameraCaptureSession_stateCallback onReady; member
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java386 public void onReady() { in onReady() method in IsimUiccRecords
DRuimRecords.java834 public void onReady() { in onReady() method in RuimRecords
DSIMRecords.java1549 public void onReady() { in onReady() method in SIMRecords
DIccRecords.java342 protected abstract void onReady(); in onReady() method in IccRecords
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2754 void onReady(); in onReady() method
2801 private void onReady() { in onReady() method in SyncManager.OnUnsyncableAccountCheck