HomeSort by relevance Sort by last modified time
    Searched defs:view2 (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ViewWithTagTest.java 36 View view2 = root.getChildAt(1); local
37 assertTrue(view2 instanceof TextView);
38 assertEquals("i don't have tag", ((TextView) view2).getText().toString());
40 assertEquals("Hello", view2.getTag(R.id.customTag));
ImageViewBindingAdapterTest.java 56 assertNull(mBinder.view2.getDrawable());
66 assertNotNull(mBinder.view2.getDrawable());
  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 106 CheckedTextView view2 = (CheckedTextView) adapter.getView(2, null, null); local
109 assertFalse(view2.isChecked());
120 assertTrue(view2.isChecked());
124 view2.setChecked(false);
127 assertFalse(view2.isChecked());
RelativeLayout_LayoutParamsTest.java 71 // view2, below view1 and has same left position with view1.
73 View view2 = activity.findViewById(R.id.relative_view2); local
74 ViewAsserts.assertLeftAligned(view1, view2);
75 assertEquals(view1.getBottom(), view2.getTop());
76 layoutParams = (RelativeLayout.LayoutParams) (view2.getLayoutParams());
81 // view3, has same top position with view1 and same bottom position with view2,
86 ViewAsserts.assertBottomAligned(view2, view3);
178 // view2, below view1 and has same left position with view1.
180 View view2 = activity.findViewById(R.id.relative_view22); local
181 ViewAsserts.assertLeftAligned(view1, view2);
    [all...]
TabWidgetTest.java 256 View view2 = new RelativeLayout(mActivity); local
257 mockTabWidget.addView(view2);
258 assertSame(view2, mockTabWidget.getChildAt(1));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 117 View view2 = new View(null); local
122 view2.bringToFront();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 366 TestView2 view2 = new TestView2(new Activity()); local
368 assertThat(view2.getHeight(), equalTo(0));
369 assertThat(view2.getWidth(), equalTo(0));
370 assertThat(view2.getMeasuredHeight(), equalTo(0));
371 assertThat(view2.getMeasuredWidth(), equalTo(0));
373 view2.measure( MeasureSpec.makeMeasureSpec(1000, MeasureSpec.AT_MOST),
376 assertThat(view2.getHeight(), equalTo(0));
377 assertThat(view2.getWidth(), equalTo(0));
378 assertThat(view2.getMeasuredHeight(), equalTo(400));
379 assertThat(view2.getMeasuredWidth(), equalTo(800));
    [all...]
ListViewTest.java 96 View view2 = new View(null); local
97 view2.setId(2);
102 listView.addHeaderView(view2, null, false);
107 assertThat(shadowOf(listView).getHeaderViews().get(2), sameInstance(view2));
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 75 final View view2 = mActivity.findViewById(R.id.view2); local
92 view2.requestFocus();
100 && listener.oldFocus == view1 && listener.newFocus == view2;
205 final View view2 = mActivity.findViewById(R.id.view2); local
221 view2.requestFocus();
229 && listener.oldFocus == view1 && listener.newFocus == view2;
ViewGroupTest.java 1787 TemporaryDetachingMockView view2 = new TemporaryDetachingMockView(mContext); local
    [all...]
ViewTest.java 383 final MockView view2 = (MockView) mActivity.findViewById(R.id.scroll_view); local
384 assertFalse(view2.hasCalledOnResolvePointerIcon());
1871 final View view2 = mActivity.findViewById(R.id.fit_windows); local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 158 TextView view2 = (TextView)sourceView.findViewById(mTextViewResource2); local
159 if (view2 != null) {
160 view2.setText(mLevelData.get(position).level.timeStamp);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 506 View view2 = mLayoutManager.findViewByPosition(fullSpanIndex + 2); local
507 assertNotNull("+2 view should be there\n" + log, view2);
510 LayoutParams lp2 = (LayoutParams) view2.getLayoutParams();
518 mLayoutManager.mPrimaryOrientation.getDecoratedStart(view2));
535 View view2 = mLayoutManager.findViewByPosition(fullSpanIndex + 2); local
538 LayoutParams lp2 = (LayoutParams) view2.getLayoutParams();
546 mLayoutManager.mPrimaryOrientation.getDecoratedStart(view2));
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 337 final ArrayList<Part> view2 = new ArrayList<Part>(); local
339 MimeUtility.collectParts(cid2bp, view2, attach2);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 855 char *view2 = color_fmt == (OMX_COLOR_FORMATTYPE) local
871 view2) + stride * scanlines;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 

Completed in 597 milliseconds

1 2 3