Home
last modified time | relevance | path

Searched defs:TestView (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
DTestView.java54 class TestView extends GLSurfaceView { class
55 TestView(Context context) { in TestView() method in TestView
60 public TestView(Context context, AttributeSet attrs) { in TestView() method in TestView
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupTest.java198 public static class TestView extends ViewGroup { class in ViewGroupTest
199 TestView(Context context, int right) { in TestView() method in ViewGroupTest.TestView
203 TestView(Context context, int left, int top, int right, int bottom) { in TestView() method in ViewGroupTest.TestView
DViewGroupTransientViewTest.java135 private static class TestView extends View { class in ViewGroupTransientViewTest
140 TestView(Context context) { in TestView() method in ViewGroupTransientViewTest.TestView
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java60 class TestView extends GLSurfaceView { class
61 TestView(Context context) { in TestView() method in TestView
66 public TestView(Context context, AttributeSet attrs) { in TestView() method in TestView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationControllerTest.kt170 private class TestView(context: Context) : View(context), BackgroundAnimatableView { class in com.android.systemui.statusbar.events.SystemEventChipAnimationControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/smartspace/
DDreamSmartspaceControllerTest.kt109 private class TestView(context: Context?) : View(context), SmartspaceView { class in com.android.systemui.smartspace.DreamSmartspaceControllerTest