OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FixedAspectSurfaceView
(Results
1 - 7
of
7
) sorted by null
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java
30
* <p>Depending on the layout, the
FixedAspectSurfaceView
may not be able to maintain the
36
public class
FixedAspectSurfaceView
extends SurfaceView {
45
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
51
R.styleable.
FixedAspectSurfaceView
, 0, 0);
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java
30
* <p>Depending on the layout, the
FixedAspectSurfaceView
may not be able to maintain the
36
public class
FixedAspectSurfaceView
extends SurfaceView {
45
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
51
R.styleable.
FixedAspectSurfaceView
, 0, 0);
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java
32
* <p>Depending on the layout, the
FixedAspectSurfaceView
may not be able to maintain the
38
public class
FixedAspectSurfaceView
extends SurfaceView {
47
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
53
R.styleable.
FixedAspectSurfaceView
, 0, 0);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
FixedAspectSurfaceView.java
33
* <p>Depending on the layout, the
FixedAspectSurfaceView
may not be able to maintain the
39
public class
FixedAspectSurfaceView
extends SurfaceView {
48
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
54
R.styleable.
FixedAspectSurfaceView
, 0, 0);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java
33
* <p>Depending on the layout, the
FixedAspectSurfaceView
may not be able to maintain the
39
public class
FixedAspectSurfaceView
extends SurfaceView {
48
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
54
R.styleable.
FixedAspectSurfaceView
, 0, 0);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
FixedAspectSurfaceView.java
29
* <p>The
FixedAspectSurfaceView
will not be able to maintain the requested aspect ratio if both the
34
public class
FixedAspectSurfaceView
extends SurfaceView {
42
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
47
context.getTheme().obtainStyledAttributes(attrs, R.styleable.
FixedAspectSurfaceView
, 0, 0);
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java
30
* <p>Depending on the layout, the
FixedAspectSurfaceView
may not be able to maintain the
36
public class
FixedAspectSurfaceView
extends SurfaceView {
38
private static final String TAG = "
FixedAspectSurfaceView
";
45
public
FixedAspectSurfaceView
(Context context, AttributeSet attrs) {
51
R.styleable.
FixedAspectSurfaceView
, 0, 0);
Completed in 738 milliseconds