Home
last modified time | relevance | path

Searched refs:testView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAdapterView_AdapterContextMenuInfoTest.java37 View testView = new View(InstrumentationRegistry.getTargetContext()); in testConstructor() local
40 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id); in testConstructor()
44 assertEquals(testView, menuInfo.targetView); in testConstructor()
/cts/tests/app/src/android/app/cts/
DExpandableListActivityTest.java33 public void testView() { in testView() method in ExpandableListActivityTest
/cts/tests/app/app/src/android/app/stubs/
DExpandableListTestActivity.java104 private int testView() { in testView() method in ExpandableListTestActivity
125 setResult(testView()); in onResume()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DKeepClearRectsTests.java452 final View testView = new View(activity); in testKeepClearRectsOnDisplayTwoWindows() local
453 testView.setPreferKeepClear(true); in testKeepClearRectsOnDisplayTwoWindows()
454 testView.setBackgroundColor(Color.argb(20, 255, 0, 0)); in testKeepClearRectsOnDisplayTwoWindows()
460 activity.getWindowManager().addView(testView, params); in testKeepClearRectsOnDisplayTwoWindows()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1886 final View testView = mActivity.findViewById(R.id.buttonLayout); in testSetMinDurationBetweenContentChanges() local
1887 final AccessibilityNodeInfo nodeInfo = testView.createAccessibilityNodeInfo(); in testSetMinDurationBetweenContentChanges()
1899 final View testView = mActivity.findViewById(R.id.buttonLayout); in testSetRequestInitialAccessibilityFocus() local
1900 final AccessibilityNodeInfo nodeInfo = testView.createAccessibilityNodeInfo(); in testSetRequestInitialAccessibilityFocus()
2004 View testView = mActivity.findViewById(R.id.buttonLayout); in testSetContainerTitle() local
2005 AccessibilityNodeInfo nodeInfo = testView.createAccessibilityNodeInfo(); in testSetContainerTitle()