OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestView
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/tests/testPauseResume/src/com/android/test/
TestView.java
54
class
TestView
extends GLSurfaceView {
55
TestView
(Context context) {
60
public
TestView
(Context context, AttributeSet attrs) {
TestActivity.java
25
TestView
mView;
47
mView = new
TestView
(getApplication());
Completed in 1145 milliseconds