Searched defs:textureView (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/ |
H A D | VideoSurfaceBindings.java | 36 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 D | VideoScale.java | 30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView() 96 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
|
H A D | VideoSurfaceTextureImpl.java | 41 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 D | VideoPlayer.java | 63 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 D | VideoSurfaceTexture.java | 54 void attachToTextureView(TextureView textureView); in attachToTextureView()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_TextureView.cpp | 83 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 D | AnswerVideoCallScreen.java | 37 @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 D | R$id.class | R.java
package com.android.layoutlib.test.myapplication
public final com.android. ... |
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
H A D | VideoCallFragment.java | 1195 TextureView textureView, in updateBlurredImageView()
|