HomeSort by relevance Sort by last modified time
    Searched full:view1 (Results 1 - 25 of 72) sorted by null

1 2 3

  /cts/tests/tests/view/res/layout/
focus_handling_layout.xml 23 android:id="@+id/view1"
32 android:layout_toRightOf="@id/view1"
33 android:layout_alignTop="@id/view1"
34 android:nextFocusLeft="@id/view1"
41 android:layout_below="@id/view1"
42 android:layout_alignLeft="@id/view1"
43 android:nextFocusUp="@id/view1"
viewgrouptest_stub.xml 25 <!-- view1 goes on top -->
viewtreeobserver_layout.xml 23 <View android:id="@+id/view1"
  /development/samples/ApiDemos/res/layout/
relative_layout_1.xml 25 <!-- view1 goes on top -->
27 android:id="@+id/view1"
43 <!-- view3 stretches betweeen view1 and view2 -->
50 android:layout_below="@id/view1"
tabs1.xml 21 <TextView android:id="@+id/view1"
linear_layout_1.xml 25 <!-- view1 goes on top -->
linear_layout_2.xml 25 <!-- view1 goes on top -->
linear_layout_3.xml 29 <!-- view1 goes on top -->
transition_scene1.xml 27 android:id="@+id/view1"/>
transition_scene2.xml 27 android:id="@+id/view1"/>
  /external/autotest/database/
db_utils_unittest.py 29 views = ('view1', 'view2')
37 self._setup_exists_expects(('view1',), 'VIEWS')
43 views = ('view1', 'view2')
  /external/clang/test/CodeGenObjC/
debug-info-lifetime-crash.m 7 @interface View1
12 - (void)View:(View1 *)View foo:(W *)W
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ConditionalBindingTest.java 39 mBinder.view1.callOnClick();
43 mBinder.view1.callOnClick();
ViewWithTagTest.java 35 View view1 = root.getChildAt(0); local
39 assertEquals("i have a tag", view1.getTag().toString());
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 338 TestView view1 = new TestView(new Activity()); local
339 assertFalse(view1.onAnimationEndWasCalled);
340 shadowOf(view1).finishedAnimation();
341 assertTrue(view1.onAnimationEndWasCalled);
347 TestView view1 = new TestView(new Activity()); local
349 assertThat(view1.getHeight(), equalTo(0));
350 assertThat(view1.getWidth(), equalTo(0));
351 assertThat(view1.getMeasuredHeight(), equalTo(0));
352 assertThat(view1.getMeasuredWidth(), equalTo(0));
354 view1.measure( MeasureSpec.makeMeasureSpec(150, MeasureSpec.AT_MOST)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 62 // view1, centered within its parent.
64 View view1 = activity.findViewById(R.id.relative_view1); local
65 ViewAsserts.assertHorizontalCenterAligned(relativeLayout, view1);
66 ViewAsserts.assertVerticalCenterAligned(relativeLayout, view1);
67 layoutParams = (RelativeLayout.LayoutParams) (view1.getLayoutParams());
71 // view2, below view1 and has same left position with view1.
74 ViewAsserts.assertLeftAligned(view1, view2);
75 assertEquals(view1.getBottom(), view2.getTop());
81 // view3, has same top position with view1 and same bottom position with view2
171 View view1 = activity.findViewById(R.id.relative_view21); local
    [all...]
CheckedTextViewTest.java 105 CheckedTextView view1 = (CheckedTextView) adapter.getView(1, null, null); local
108 assertTrue(view1.isChecked());
119 assertTrue(view1.isChecked());
123 view1.setChecked(false);
126 assertFalse(view1.isChecked());
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 74 final View view1 = mActivity.findViewById(R.id.view1); local
80 view1.requestFocus();
100 && listener.oldFocus == view1 && listener.newFocus == view2;
204 final View view1 = mActivity.findViewById(R.id.view1); local
210 view1.requestFocus();
229 && listener.oldFocus == view1 && listener.newFocus == view2;
239 view1.requestFocus();
View_FocusHandlingTest.java 38 View v1 = activity.findViewById(R.id.view1);
67 v2.setNextFocusLeftId(R.id.view1);
71 v3.setNextFocusUpId(R.id.view1);
80 assertEquals(R.id.view1, v2.getNextFocusLeftId());
83 assertEquals(R.id.view1, v3.getNextFocusUpId());
ViewGroupTest.java 1786 TemporaryDetachingMockView view1 = new TemporaryDetachingMockView(mContext); local
    [all...]
  /cts/tests/tests/widget/res/layout/
relative_layout.xml 27 <!-- view1, centered within its parent. -->
35 <!-- view2, below view1 and has same left position with view1. -->
44 <!-- view3, has same top position with view1 and same bottom position with view2,
45 and on the right of view1. -->
91 <!-- view8, centered vertically within its parent and on the left of view1. -->
179 <!-- view22, below view1 and has same start position with view21. -->
189 and on the end of view1. -->
viewgrouptest_stub.xml 25 <!-- view1 goes on top -->
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 50 @Override protected UserDictionaryToolsEdit createUserDictionaryToolsEdit(View view1, View view2) {
51 return new UserDictionaryToolsEditEN(view1, view2);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 47 @Override protected UserDictionaryToolsEdit createUserDictionaryToolsEdit(View view1, View view2) {
48 return new UserDictionaryToolsEditJAJP(view1, view2);
  /platform_testing/tests/perf/PerformanceLaunch/res/layout/
activity_simple.xml 9 android:id="@+id/View1"
23 android:layout_below="@+id/View1"

Completed in 1182 milliseconds

1 2 3