MaxstARSDK
3.5.0
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
g
i
l
o
q
r
s
t
u
w
+
Functions
a
c
d
e
f
g
i
l
o
q
r
s
u
w
Variables
+
Files
File List
•
All
Classes
Functions
Variables
com
maxst
ar
CameraSurfaceView.java
1
/*
2
* Copyright 2016 Maxst, Inc. All Rights Reserved.
3
*/
4
package
com.maxst.ar;
5
6
import
android.content.Context;
7
import
android.view.SurfaceView;
8
9
class
CameraSurfaceView
extends
SurfaceView {
10
11
private
static
final
String TAG =
CameraSurfaceView
.class.getSimpleName();
12
13
public
CameraSurfaceView
(Context context) {
14
super(context);
15
}
16
}
com.maxst.ar.CameraSurfaceView
Definition:
CameraSurfaceView.java:9
Generated by
1.8.14