Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
H A DVideoSurfaceBindings.java36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
41 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoScale.java30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
96 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
H A DVideoSurfaceTextureImpl.java41 private TextureView textureView; field in VideoSurfaceTextureImpl
103 public void attachToTextureView(TextureView textureView) { in attachToTextureView()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DVideoPlayer.java63 TextureView textureView) { in create()
67 private VideoPlayer(Context context, @RawRes int videoRes, TextureView textureView) { in VideoPlayer()
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
H A DVideoSurfaceTexture.java54 void attachToTextureView(TextureView textureView); in attachToTextureView()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp83 static void android_view_TextureView_createNativeWindow(JNIEnv* env, jobject textureView, in android_view_TextureView_createNativeWindow()
93 static void android_view_TextureView_destroyNativeWindow(JNIEnv* env, jobject textureView) { in android_view_TextureView_destroyNativeWindow()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerVideoCallScreen.java37 @NonNull private final TextureView textureView; field in AnswerVideoCallScreen
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
H A DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DVideoCallFragment.java1195 TextureView textureView, in updateBlurredImageView()