OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SurfaceView
(Results
1 - 15
of
15
) 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
30
import android.view.
SurfaceView
;
59
new
SurfaceView
(mContext);
60
new
SurfaceView
(mContext, null);
61
new
SurfaceView
(mContext, null, 0);
104
* check
surfaceView
size before and after layout
112
// change the
SurfaceView
size
128
* check
surfaceView
scroll X and y before and after scrollTo
/frameworks/base/core/java/android/view/
SurfaceView.java
44
*
SurfaceView
takes care of placing the surface at the correct location on the
48
*
SurfaceView
; the
SurfaceView
punches a hole in its window to allow its
50
* compositing with the Surface any siblings of the
SurfaceView
that would
58
* properties are used to draw a sibling view on top of the
SurfaceView
, the
64
* <p>The Surface will be created for you while the
SurfaceView
's window is
74
* <li> All
SurfaceView
and
76
* from the thread running the
SurfaceView
's window (typically the main thread
86
public class
SurfaceView
extends View {
87
static private final String TAG = "
SurfaceView
";
[
all
...]
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 688 milliseconds