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

1 2 3

  /cts/tests/tests/hardware/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) {
MultiViewTest.java 32 import android.view.TextureView;
41 * CameraDevice test by using combination of SurfaceView, TextureView and ImageReader
51 List<TextureView> views = Arrays.asList(mTextureView[0]);
76 List<TextureView> views = Arrays.asList(mTextureView[0]);
104 List<TextureView> views = Arrays.asList(mTextureView[0], mTextureView[1]);
141 List<TextureView> views = Arrays.asList(mTextureView[0], mTextureView[1]);
168 List<TextureView> views = Arrays.asList(mTextureView[i]);
194 String cameraId, List<TextureView> views, ImageReader imageReader)
205 for (TextureView view : views) {
223 for (TextureView view : views)
    [all...]
  /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.
  /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);
TextureViewActivity.java 28 import android.view.TextureView;
40 public class TextureViewActivity extends Activity implements TextureView.SurfaceTextureListener {
42 private TextureView mTextureView;
52 mTextureView = new TextureView(this);
112 android.util.Log.e("TextureView", "Cannot set preview texture target!", t);
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java 16 package android.textureview.cts;
23 import android.view.TextureView;
32 implements TextureView.SurfaceTextureListener {
35 private TextureView mTexView;
45 mTexView = new TextureView(this);
TextureViewTestActivity.java 16 package android.textureview.cts;
24 import android.view.TextureView;
32 public class TextureViewTestActivity extends Activity implements TextureView.SurfaceTextureListener {
36 private TextureView mTexView;
45 mTexView = 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);
  /packages/apps/InCallUI/src/com/android/incallui/
VideoCallFragment.java 26 import android.view.TextureView;
97 * Inner-class representing a {@link TextureView} and its associated {@link SurfaceTexture} and
101 private class VideoCallSurface implements TextureView.SurfaceTextureListener,
104 private TextureView mTextureView;
112 * @param textureView The {@link TextureView} for the surface.
114 public VideoCallSurface(int surfaceId, TextureView textureView) {
115 this(surfaceId, textureView, DIMENSIONS_NOT_SET, DIMENSIONS_NOT_SET);
122 * @param textureView The {@link TextureView} for the surface
    [all...]
  /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.
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 27 import android.view.TextureView;
38 TextureView.SurfaceTextureListener {
43 private TextureView mTextureView;
116 mTextureView = new TextureView(this);
  /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/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/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/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 {
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 35 import android.view.TextureView;
36 import android.view.TextureView.SurfaceTextureListener;
43 class TextureViewUpdater implements TextureView.SurfaceTextureListener {
120 TextureView displayView = (TextureView) findViewById(R.id.display);
126 displayView = (TextureView) findViewById(R.id.display2);
132 displayView = (TextureView) findViewById(R.id.display3);
138 displayView = (TextureView) findViewById(R.id.display4);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 33 import android.view.TextureView;
41 * Base activity for each projection test case. Handles the service connection and TextureView
45 implements TextureView.SurfaceTextureListener {
48 protected TextureView mTextureView;
96 mTextureView = (TextureView) view.findViewById(R.id.texture_view);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TextureViewSubPane.java 32 import android.view.TextureView;
40 public class TextureViewSubPane extends TargetSubPane implements TextureView.SurfaceTextureListener {
43 private final TextureView mTextureView;
60 mTextureView = (TextureView) this.findViewById(R.id.target_subpane_texture_view_view);
  /frameworks/base/core/java/android/view/
TextureView.java 30 * <p>A TextureView can be used to display a content stream. Such a content
34 * <p>TextureView can only be used in a hardware accelerated window. When
35 * rendered in software, TextureView will draw nothing.</p>
37 * <p>Unlike {@link SurfaceView}, TextureView does not create a separate
39 * TextureView to be moved, transformed, animated, etc. For instance, you
40 * can make a TextureView semi-translucent by calling
43 * <p>Using a TextureView is simple: all you need to do is get its
46 * camera preview into a TextureView:</p>
49 * public class LiveCameraActivity extends Activity implements TextureView.SurfaceTextureListener {
51 * private TextureView mTextureView
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/basicmediadecoder/
MainActivity.java 30 import android.view.TextureView;
39 * This activity uses a {@link android.view.TextureView} to render the frames of a video decoded using
44 private TextureView mPlaybackView;
61 mPlaybackView = (TextureView) findViewById(R.id.PlaybackView);

Completed in 473 milliseconds

1 2 3