OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textureview
(Results
26 - 50
of
302
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
GlTextureViewActivity.java
26
import android.view.
TextureView
;
32
public class GlTextureViewActivity extends AppCompatActivity implements
TextureView
.SurfaceTextureListener {
34
private
TextureView
mTextureView;
40
mTextureView = new
TextureView
(this);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoCallFragment.java
26
import android.view.
TextureView
;
113
* Inner-class representing a {@link
TextureView
} and its associated {@link SurfaceTexture} and
117
private static class VideoCallSurface implements
TextureView
.SurfaceTextureListener,
121
private
TextureView
mTextureView;
132
* @param
textureView
The {@link
TextureView
} for the surface.
135
TextureView
textureView
) {
136
this(presenter, surfaceId,
textureView
, DIMENSIONS_NOT_SET, DIMENSIONS_NOT_SET);
143
* @param
textureView
The {@link TextureView} for the surface
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java
32
import android.view.
TextureView
;
41
* CameraDevice test by using combination of SurfaceView,
TextureView
and ImageReader
58
List<
TextureView
> views = Arrays.asList(mTextureView[0]);
99
List<
TextureView
> views = Arrays.asList(mTextureView[0]);
137
List<
TextureView
> views = Arrays.asList(mTextureView[0], mTextureView[1]);
178
List<
TextureView
> views = Arrays.asList(mTextureView[0], mTextureView[1]);
213
List<
TextureView
> views = Arrays.asList(mTextureView[i]);
239
String cameraId, List<
TextureView
> views, ImageReader imageReader)
250
for (
TextureView
view : views) {
268
for (
TextureView
view : views)
[
all
...]
/cts/tests/camera/res/layout/
multi_view.xml
23
<
TextureView
28
<
TextureView
/cts/tests/tests/textureview/
AndroidTest.xml
16
<configuration description="Config for CTS
TextureView
test cases">
22
<option name="package" value="android.
textureview
.cts" />
/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);
/cts/tests/tests/textureview/src/android/textureview/cts/
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);
TextureViewSnapshotTest.java
16
package android.
textureview
.cts;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
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);
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.view.TextureView.html
10
android.view.
TextureView
74
Class android.view.<A HREF="../../../../reference/android/view/
TextureView
.html" target="_top"><font size="+2"><code>
TextureView
</code></font></A>
85
<A NAME="android.view.
TextureView
.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86
<nobr><A HREF="../../../../reference/android/view/
TextureView
.html#
TextureView
(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>
TextureView
</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
/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 {
/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/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
{
/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
{
/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/BasicMediaDecoder/Application/src/main/res/values/
base-strings.xml
24
This activity uses a
TextureView
to render the frames of a video decoded using the
/developers/build/prebuilts/gradle/Camera2Basic/.google/
packaging.yaml
22
- android:android.view.
TextureView
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/res/layout/
sample_main.xml
12
<
TextureView
/developers/samples/android/media/MediaRecorder/Application/src/main/res/layout/
sample_main.xml
12
<
TextureView
/development/samples/browseable/BasicMediaDecoder/res/values/
base-strings.xml
24
This activity uses a
TextureView
to render the frames of a video decoded using the
/development/samples/browseable/MediaRecorder/res/layout/
sample_main.xml
12
<
TextureView
/frameworks/rs/java/tests/SampleTest/res/layout/
rs.xml
34
<
TextureView
43
<
TextureView
52
<
TextureView
61
<
TextureView
/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);
/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);
Completed in 1004 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>