HomeSort by relevance Sort by last modified time
    Searched refs:TextureView (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2MultiViewCtsActivity.java 23 import android.view.TextureView;
30 private TextureView[] mTextureView = new TextureView[2];
37 mTextureView[0] = (TextureView) findViewById(R.id.texture_view_1);
38 mTextureView[1] = (TextureView) findViewById(R.id.texture_view_2);
46 public TextureView getTextureView(int index) {
  /packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
VideoSurfaceBindings.java 19 import android.view.TextureView;
36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) {
37 VideoScale.scaleVideoAndFillView(textureView, videoWidth, videoHeight, rotationDegrees);
41 TextureView textureView, int videoWidth, int videoHeight) {
42 VideoScale.scaleVideoMaintainingAspectRatio(textureView, videoWidth, videoHeight);
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewStatusListener.java 21 import android.view.TextureView;
28 public interface PreviewStatusListener extends TextureView.SurfaceTextureListener {
47 * Gets called when preview TextureView gets a layout change call.
54 * to a transform matrix being applied to the TextureView
62 * preview TextureView should automatically adjust its transform matrix based
63 * on the current aspect ratio, width and height of the TextureView.
  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceTexture.java 22 import android.view.TextureView;
54 void attachToTextureView(TextureView textureView);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CanvasTextureViewActivity.java 26 import android.view.TextureView;
31 implements TextureView.SurfaceTextureListener {
32 private TextureView mTextureView;
41 mTextureView = new TextureView(this);
72 private final TextureView mSurface;
75 public RenderingThread(TextureView surface) {
HardwareCanvasTextureViewActivity.java 27 import android.view.TextureView;
32 implements TextureView.SurfaceTextureListener {
33 private TextureView mTextureView;
42 mTextureView = new TextureView(this);
73 private final TextureView mView;
77 public RenderingThread(TextureView view) {
GetBitmapActivity.java 26 import android.view.TextureView;
36 public class GetBitmapActivity extends Activity implements TextureView.SurfaceTextureListener {
38 private TextureView mTextureView;
46 mTextureView = new TextureView(this);
50 button.setText("Copy bitmap to /sdcard/textureview.png");
57 Environment.getExternalStorageDirectory() + "/textureview.png");
87 android.util.Log.e("TextureView", "Cannot set preview texture target!", t);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
TextureViewTests.java 37 import android.view.TextureView;
38 import android.view.TextureView.SurfaceTextureListener;
85 .addLayout(R.layout.textureview, (ViewInitializer) view -> {
86 TextureView textureview = (TextureView) view;
87 textureview.setSurfaceTexture(texture);
111 .addLayout(R.layout.textureview, (ViewInitializer) view -> {
112 final TextureView textureview = (TextureView) view
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
TextureViewSnapshotTestActivity.java 27 import android.view.TextureView;
36 implements TextureView.SurfaceTextureListener {
39 private TextureView mTexView;
49 mTexView = new TextureView(this);
TextureViewCameraActivity.java 26 import android.view.TextureView;
37 TextureView.SurfaceTextureListener {
45 private TextureView mTextureView;
124 mTextureView = new TextureView(this);
TextureViewStressTestActivity.java 28 import android.view.TextureView;
37 implements TextureView.SurfaceTextureListener {
49 TextureView texView = new TextureView(this);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
GlTextureViewActivity.java 27 import android.view.TextureView;
33 public class GlTextureViewActivity extends AppCompatActivity implements TextureView.SurfaceTextureListener {
35 private TextureView mTextureView;
41 mTextureView = new TextureView(this);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 22 import android.view.TextureView;
32 public class Colors extends DreamService implements TextureView.SurfaceTextureListener {
41 private TextureView mTextureView;
56 mTextureView = new TextureView(this);
  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 27 import android.view.TextureView;
29 public class CompositionTextureView extends TextureView
30 implements TextureView.SurfaceTextureListener {
  /frameworks/base/rs/java/android/renderscript/
RSTextureView.java 22 import android.view.TextureView;
31 public class RSTextureView extends TextureView implements TextureView.SurfaceTextureListener {
144 * TextureView if present.
163 * TextureView.
173 * new object to the TextureView if present.
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
AutoFitTextureView.java 21 import android.view.TextureView;
24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
26 public class AutoFitTextureView extends TextureView {
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoScale.java 20 import android.view.TextureView;
30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) {
31 float viewWidth = textureView.getWidth();
32 float viewHeight = textureView.getHeight();
88 textureView.setTransform(transform);
96 TextureView textureView, int videoWidth, int videoHeight) {
97 int viewWidth = textureView.getWidth();
98 int viewHeight = textureView.getHeight()
    [all...]

Completed in 1082 milliseconds

1 2 3 4 5