Searched refs:FixedAspectSurfaceView (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
H A D | FixedAspectSurfaceView.java | 34 public class FixedAspectSurfaceView extends SurfaceView { class 42 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView() method in FixedAspectSurfaceView 47 context.getTheme().obtainStyledAttributes(attrs, R.styleable.FixedAspectSurfaceView, 0, 0); in FixedAspectSurfaceView()
|
H A D | SelfManagedAnswerVideoCallScreen.java | 55 @NonNull private final FixedAspectSurfaceView surfaceView; 70 (FixedAspectSurfaceView) view.findViewById(R.id.incoming_preview_surface_view)); in SelfManagedAnswerVideoCallScreen()
|
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
H A D | FixedAspectSurfaceView.java | 39 public class FixedAspectSurfaceView extends SurfaceView { class 48 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView() method in FixedAspectSurfaceView 54 R.styleable.FixedAspectSurfaceView, 0, 0); in FixedAspectSurfaceView()
|
H A D | CameraView.java | 43 public class CameraView extends FixedAspectSurfaceView {
|
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
H A D | FixedAspectSurfaceView.java | 39 public class FixedAspectSurfaceView extends SurfaceView { class 48 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView() method in FixedAspectSurfaceView 54 R.styleable.FixedAspectSurfaceView, 0, 0); in FixedAspectSurfaceView()
|
H A D | CameraView.java | 43 public class CameraView extends FixedAspectSurfaceView {
|