Home
last modified time | relevance | path

Searched defs:onSurfaceTextureAvailable (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java190 public void onSurfaceTextureAvailable(SurfaceTexture newSurfaceTexture, int width, int height) { in onSurfaceTextureAvailable() method in VideoSurfaceTextureImpl.SurfaceTextureListener
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsQrCodeScanFragment.java156 public void onSurfaceTextureAvailable(@NonNull SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in AudioStreamsQrCodeScanFragment
/packages/apps/Settings/src/com/android/settings/bluetooth/
DQrCodeScanModeFragment.java126 public void onSurfaceTextureAvailable(@NonNull SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in QrCodeScanModeFragment
/packages/apps/Settings/src/com/android/settings/development/
DAdbQrcodeScannerFragment.java236 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in AdbQrcodeScannerFragment
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DQrCodeScanActivity.kt94 override fun onSurfaceTextureAvailable(surface: SurfaceTexture, width: Int, height: Int) { in onSurfaceTextureAvailable() method in com.android.devicediagnostics.evaluated.QrCodeScanFragment
/packages/apps/Camera2/src/com/android/camera/
DVideoUI.java277 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in VideoUI
DPhotoUI.java275 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in PhotoUI
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, in onSurfaceTextureAvailable() method in BlockingGLTextureView
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeScannerFragment.java510 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in WifiDppQrCodeScannerFragment
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java1704 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() method in CameraAppUI