Searched refs:testView (Results 1 – 4 of 4) sorted by relevance
37 View testView = new View(InstrumentationRegistry.getTargetContext()); in testConstructor() local40 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id); in testConstructor()44 assertEquals(testView, menuInfo.targetView); in testConstructor()
37 public void testView() { in testView() method in ExpandableListActivityTest
104 private int testView() { in testView() method in ExpandableListTestActivity154 setResult(testView()); in onResume()
401 final View testView = new View(activity); in testKeepClearRectsOnDisplayTwoWindows() local402 testView.setPreferKeepClear(true); in testKeepClearRectsOnDisplayTwoWindows()403 testView.setBackgroundColor(Color.argb(20, 255, 0, 0)); in testKeepClearRectsOnDisplayTwoWindows()409 activity.getWindowManager().addView(testView, params); in testKeepClearRectsOnDisplayTwoWindows()