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

  /cts/tests/tests/app/src/android/app/cts/
ExpandableListActivityTest.java 35 public void testView() {
  /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);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientAutoLoginTest.java 27 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
28 AwContents awContents = testView.getAwContents();
AwContentsClientVisitedHistoryTest.java 66 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
67 AwContents awContents = testView.getAwContents();
106 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
107 AwContents awContents = testView.getAwContents();
137 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
138 AwContents awContents = testView.getAwContents();
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);
AwContentsTest.java 73 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
74 AwContents awContents = testView.getAwContents();
230 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
231 AwContents awContents = testView.getAwContents();
324 final AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
325 final AwContents awContents = testView.getAwContents();
367 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
368 AwContents awContents = testView.getAwContents();
402 AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
403 AwContents awContents = testView.getAwContents()
    [all...]
  /cts/tests/app/src/android/app/cts/
ExpandableListTestActivity.java 101 private int testView() {
145 setResult(testView());
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimatorInflaterTest.java 194 final View testView = getTestView();
198 testView.setStateListAnimator(sla);
199 testView.jumpDrawablesToCurrentState();
204 assertEquals(resetValue, testView.getX());
205 assertEquals(resetValue, testView.getY());
206 assertEquals(resetValue, testView.getZ());
223 final View testView = getTestView();
227 testView.setStateListAnimator(sla);
228 testView.jumpDrawablesToCurrentState();
234 assertEquals(targetValue, testView.getX())
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewAnimationsTest.java 160 final View[] testView = new View[1];
187 testView[0] = recycler.getViewForPosition(45);
188 testView[0].measure(View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.AT_MOST),
190 testView[0].layout(10, 10, 10 + testView[0].getMeasuredWidth(),
191 10 + testView[0].getMeasuredHeight());
192 layoutManager.addView(testView[0], 4);
200 testView[0].layout(50, 50, 50 + testView[0].getMeasuredWidth(),
201 50 + testView[0].getMeasuredHeight())
    [all...]
  /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 161 milliseconds