OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SurfaceView
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java
27
* Mock version of the
SurfaceView
.
28
* Only non override public methods from the real
SurfaceView
have been added in there.
34
public class
SurfaceView
extends MockView {
36
public
SurfaceView
(Context context) {
40
public
SurfaceView
(Context context, AttributeSet attrs) {
44
public
SurfaceView
(Context context, AttributeSet attrs, int defStyle) {
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
29
import android.view.
SurfaceView
;
36
@TestTargetClass(
SurfaceView
.class)
59
notes = "Test constructor(s) of {@link
SurfaceView
}",
60
method = "
SurfaceView
",
65
notes = "Test constructor(s) of {@link
SurfaceView
}",
66
method = "
SurfaceView
",
71
notes = "Test constructor(s) of {@link
SurfaceView
}",
72
method = "
SurfaceView
",
77
new
SurfaceView
(mContext);
78
new
SurfaceView
(mContext, null)
[
all
...]
/frameworks/base/core/java/android/view/
SurfaceView.java
45
*
SurfaceView
takes care of placing the surface at the correct location on the
49
*
SurfaceView
; the
SurfaceView
punches a hole in its window to allow its
51
* compositing with the Surface any siblings of the
SurfaceView
that would
60
* <p>The Surface will be created for you while the
SurfaceView
's window is
70
* <li> All
SurfaceView
and
72
* from the thread running the
SurfaceView
's window (typically the main thread
82
public class
SurfaceView
extends View {
83
static private final String TAG = "
SurfaceView
";
142
/* Set
SurfaceView
's format to 565 by default to maintain backwar
[
all
...]
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 689 milliseconds