Home
last modified time | relevance | path

Searched defs:textureView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsQrCodeScanFragmentTest.java106 TextureView textureView = view.findViewById(R.id.preview_view); in onCreateView_createLayout() local
133 TextureView textureView = view.findViewById(R.id.preview_view); in surfaceTextureListener_startAndStopQrCamera() local
158 TextureView textureView = view.findViewById(R.id.preview_view); in scannerCallback_sendSuccessMessage() local
203 TextureView textureView = view.findViewById(R.id.preview_view); in getViewSize_getSize() local
/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
DVideoSurfaceBindings.java36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
41 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoScale.java30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
96 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
DVideoSurfaceTextureImpl.java41 private TextureView textureView; field in VideoSurfaceTextureImpl
103 public void attachToTextureView(TextureView textureView) { in attachToTextureView()
/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
DVideoSurfaceTexture.java54 void attachToTextureView(TextureView textureView); in attachToTextureView()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java37 @NonNull private final TextureView textureView; field in AnswerVideoCallScreen
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DQrCodeScanActivity.kt46 private var textureView: TextureView? = null variable in com.android.devicediagnostics.evaluated.QrCodeScanFragment
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java1195 TextureView textureView, in updateBlurredImageView()