Home
last modified time | relevance | path

Searched defs:onSurfaceNotInUseListener (Results 1 – 5 of 5) sorted by relevance

/camera/camera-view/src/androidTest/java/androidx/camera/view/
DSurfaceViewImplementationTest.kt125 val onSurfaceNotInUseListener = { listenerLatch.countDown() } in <lambda>() constant
135 val onSurfaceNotInUseListener = { listenerLatch.countDown() } in <lambda>() constant
DTextureViewImplementationTest.kt139 val onSurfaceNotInUseListener = OnSurfaceNotInUseListener { in onSurfaceNotInUseListener_IsCalledWhenCameraNotUsingSurface() constant
158 val onSurfaceNotInUseListener = OnSurfaceNotInUseListener { in onSurfaceNotInUseListener_IsCalledWhenSurfaceRequestIsCancelled() constant
/camera/camera-view/src/main/java/androidx/camera/view/
DSurfaceViewImplementation.java75 @Nullable OnSurfaceNotInUseListener onSurfaceNotInUseListener) { in onSurfaceRequested()
210 @Nullable OnSurfaceNotInUseListener onSurfaceNotInUseListener) { in setSurfaceRequest()
DPreviewViewImplementation.java67 @Nullable OnSurfaceNotInUseListener onSurfaceNotInUseListener); in onSurfaceRequested()
DTextureViewImplementation.java86 @Nullable OnSurfaceNotInUseListener onSurfaceNotInUseListener) { in onSurfaceRequested()