Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A 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
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DInjectionTest.java258 public static final class TestView extends Hilt_InjectionTest_TestView { class in InjectionTest
262 TestView(Context context) { in TestView() method in InjectionTest.TestView
266 TestView(Context context, AttributeSet attrs) { in TestView() method in InjectionTest.TestView
270 TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView() method in InjectionTest.TestView
275 TestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TestView() method in InjectionTest.TestView
H A DOptionalInjectTestClasses.java81 public static final class TestView extends Hilt_OptionalInjectTestClasses_TestView { class in OptionalInjectTestClasses
84 TestView(Context context) { in TestView() method in OptionalInjectTestClasses.TestView
H A DEntryPointAccessorsTest.kt192 class TestView(context: Context) : Hilt_EntryPointAccessorsTest_TestView(context) class in dagger.hilt.android.EntryPointAccessorsTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupTest.java229 public static class TestView extends ViewGroup { class in ViewGroupTest
230 TestView(Context context, int right) { in TestView() method in ViewGroupTest.TestView
234 TestView(Context context, int left, int top, int right, int bottom) { in TestView() method in ViewGroupTest.TestView
H A DViewGroupTransientViewTest.java135 private static class TestView extends View { class in ViewGroupTransientViewTest
140 TestView(Context context) { in TestView() method in ViewGroupTransientViewTest.TestView
H A DHapticScrollFeedbackProviderTest.java1055 private static class TestView extends View { class in HapticScrollFeedbackProviderTest
1059 TestView(Context context) { in TestView() method in HapticScrollFeedbackProviderTest.TestView
/aosp_15_r20/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A 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
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/
H A DTouchableInsetsProviderTest.java82 private static final class TestView extends View { class in TouchableInsetsProviderTest
86 private TestView(@NonNull Context context) { in TestView() method in TouchableInsetsProviderTest.TestView
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DLocationOnScreenTests.java249 private static class TestView extends View { class in LocationOnScreenTests
252 public TestView(Context context) { in TestView() method in LocationOnScreenTests.TestView
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationControllerTest.kt171 private class TestView(context: Context) : View(context), BackgroundAnimatableView { class
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
H A DCommunalSmartspaceControllerTest.kt84 private class TestView(context: Context?) : View(context), SmartspaceView { class
H A DDreamSmartspaceControllerTest.kt100 private class TestView(context: Context?) : View(context), SmartspaceView { class in com.android.systemui.smartspace.DreamSmartspaceControllerTest
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
H A DWindowInsetsAnimationSynchronicityTests.java213 private static class TestView extends FrameLayout { class in WindowInsetsAnimationSynchronicityTests.TestActivity
249 TestView(Context context) { in TestView() method in WindowInsetsAnimationSynchronicityTests.TestActivity.TestView
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxCodeProvider/src/com/android/sdksandboxcode_1/
DSampleSandboxedSdkProvider.java198 private static class TestView extends View { class in SampleSandboxedSdkProvider
208 TestView( in TestView() method in SampleSandboxedSdkProvider.TestView
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowViewTest.java810 public static class TestView extends View { class in ShadowViewTest
817 public TestView(Context context) { in TestView() method in ShadowViewTest.TestView
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_view.py23 class TestView(unittest.TestCase): class
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dbasic.cpp317 void TestView(DeprecatedTypeProperties& type) { in TestView() function
/aosp_15_r20/external/autotest/frontend/tko/
H A Dmodels.py675 class TestView(dbmodels.Model, model_logic.ModelExtensions): class
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp6966 TEST_F(LazyOpsTest, TestView) { in TEST_F() argument