Home
last modified time | relevance | path

Searched defs:testView (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DOptionalInjectWithHiltTest.java119 TestView testView = new TestView(testActivity); in testViewInjection() local
128 TestView testView = new TestView(testActivity); in testViewInjectionWithNonHiltActivityWithHiltRoot() local
143 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjection() local
160 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjectionWithNonHiltFragmentWithHiltRoot() local
H A DOptionalInjectWithoutHiltTest.java82 TestView testView = new TestView(testActivity); in testViewInjection() local
97 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjection() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java152 final View testView = new View(mWindowContext); in testCreateWindowContextNewTokenFromClient() local
203 final View testView = new View(windowContext); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() local
238 final View testView = new View(windowContext); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowViewTest.java776 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in setScrolls_firesOnScrollChanged() local
929 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in capturesOnSystemUiVisibilityChangeListener() local
943 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in capturesOnCreateContextMenuListener() local
962 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in capturesOnAttachStateChangeListeners() local
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherWidgetHolderTest.kt60 val testView = mock(PendingAppWidgetHostView::class.java) in widget_holder_start_listening() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationControllerTest.kt58 private var testView = TestView(mContext) variable in com.android.systemui.statusbar.events.SystemEventChipAnimationControllerTest
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DExpandableListActivityTest.java33 public void testView() { in testView() method in ExpandableListActivityTest
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DAdapterView_AdapterContextMenuInfoTest.java37 View testView = new View(InstrumentationRegistry.getTargetContext()); in testConstructor() local
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DOwnerAttributeProviderTest.java64 public void testView() throws IOException { in testView() method in OwnerAttributeProviderTest
H A DUserDefinedAttributeProviderTest.java82 public void testView() throws IOException { in testView() method in UserDefinedAttributeProviderTest
H A DAclAttributeProviderTest.java99 public void testView() throws IOException { in testView() method in AclAttributeProviderTest
H A DDosAttributeProviderTest.java72 public void testView() throws IOException { in testView() method in DosAttributeProviderTest
H A DPosixAttributeProviderTest.java82 public void testView() throws IOException { in testView() method in PosixAttributeProviderTest
H A DBasicAttributeProviderTest.java115 public void testView() throws IOException { in testView() method in BasicAttributeProviderTest
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DViews.java54 public static void setBackground(View testView, Drawable background) { in setBackground()
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/referenceui/
DBackgroundAdjustingTemperatureControlViewTest.java64 View testView = LayoutInflater.from(getContext()).inflate( in setUp() local
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DSeatTemperatureLevelButtonTest.java67 View testView = LayoutInflater.from(getContext()).inflate( in setUp() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java415 final View testView = createEditText(rect, true /* autoHandwritingEnabled */, in onTouchEvent_notStartHandwriting_whenHandwritingNotAvailable() local
939 private void onEditorFocusedOrConnectionCreated(View testView) { in onEditorFocusedOrConnectionCreated()
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityEndToEndTest.java1925 final View testView = mActivity.findViewById(R.id.buttonLayout); in testSetMinDurationBetweenContentChanges() local
1938 final View testView = mActivity.findViewById(R.id.buttonLayout); in testSetRequestInitialAccessibilityFocus() local
2043 View testView = mActivity.findViewById(R.id.buttonLayout); in testSetContainerTitle() local
/aosp_15_r20/cts/tests/app/app/src/android/app/stubs/
H A DExpandableListTestActivity.java104 private int testView() { in testView() method in ExpandableListTestActivity
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java130 BubbleTextView testView = new BubbleTextView(mContext); in setUp() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DNotificationOptimizedLinearLayoutComparisonTest.java294 private void assertLayoutsEqual(String testCase, View controlView, View testView) { in assertLayoutsEqual()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/
H A DPhysicsAnimatorTest.kt59 private lateinit var testView: View in <lambda>() variable in com.android.wm.shell.shared.animation.PhysicsAnimatorTest
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
H A DKeepClearRectsTests.java455 final View testView = new View(activity); in testKeepClearRectsOnDisplayTwoWindows() local