HomeSort by relevance Sort by last modified time
    Searched refs:testView (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
AdapterView_AdapterContextMenuInfoTest.java 28 View testView = new View(getContext());
31 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id);
35 assertEquals(testView, menuInfo.targetView);
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
AmbiguousViewMatcherExceptionTest.java 36 private RelativeLayout testView;
46 testView = new RelativeLayout(getContext());
55 testView.addView(child1);
56 testView.addView(child2);
57 testView.addView(child3);
58 testView.addView(child4);
84 .withRootView(testView)
85 .withView1(testView)
NoMatchingViewExceptionTest.java 36 private View testView;
61 .withRootView(testView)
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
ViewFinderImplTest.java 39 private RelativeLayout testView;
49 testView = new RelativeLayout(getInstrumentation().getTargetContext());
62 testView.addView(child1);
63 testView.addView(child2);
64 testView.addView(nestingLayout);
65 testView.addView(child3);
66 testView.addView(child4);
70 return testView;
75 return "of(" + testView + ")";
  /cts/tests/tests/app/src/android/app/cts/
ExpandableListActivityTest.java 35 public void testView() {
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
SaveRestoreStateTest.java 26 public final AwTestContainerView testView;
31 AwTestContainerView testView) {
33 this.testView = testView;
34 this.awContents = testView.getAwContents();
41 AwTestContainerView testView = createAwTestContainerViewOnMainSync(contentsClient);
42 return new TestVars(contentsClient, testView);
AwContentsClientVisitedHistoryTest.java 96 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
97 AwContents awContents = testView.getAwContents();
136 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
137 AwContents awContents = testView.getAwContents();
167 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
168 AwContents awContents = testView.getAwContents();
AwContentsTest.java 71 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
72 AwContents awContents = testView.getAwContents();
185 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
186 AwContents awContents = testView.getAwContents();
279 final AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
280 final AwContents awContents = testView.getAwContents();
322 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
323 AwContents awContents = testView.getAwContents();
357 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
358 AwContents awContents = testView.getAwContents()
    [all...]
AwContentsClientAutoLoginTest.java 27 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
28 AwContents awContents = testView.getAwContents();
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewAnimationsTest.java 161 final View[] testView = new View[1];
188 testView[0] = recycler.getViewForPosition(45);
189 testView[0].measure(View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.AT_MOST),
191 testView[0].layout(10, 10, 10 + testView[0].getMeasuredWidth(),
192 10 + testView[0].getMeasuredHeight());
193 layoutManager.addView(testView[0], 4);
201 testView[0].layout(50, 50, 50 + testView[0].getMeasuredWidth(),
202 50 + testView[0].getMeasuredHeight())
    [all...]
  /cts/tests/app/src/android/app/cts/
ExpandableListTestActivity.java 101 private int testView() {
145 setResult(testView());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1823 milliseconds