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

1 2 3 4 5 6 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
extractstyle1-expected-extract6.diff 4 < android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
broken3.xml 10 android:id="@+id/button1"
completion4.xml 9 android:id="@+id/button1"
broken1.xml 10 android:id="@+id/button1"
broken2.xml 10 android:id="@+id/button1"
quickfix1.xml 8 android:id="@+id/button1"
extractstyle1.xml 6 android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
metadata.xml 9 <Button android:text="Button" android:id="@+id/button1"/>
navigation1.xml 10 android:id="@+id/button1"
newlayout3-expected-extract5.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-expected-extract2.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
extractstyle1-expected-extract1b.diff 6 - android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
15 + android:id="@+id/button1"
extractstyle1-expected-extract1c.diff 6 - android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
15 + android:id="@+id/button1"
extractstyle1-expected-extract1d.diff 6 - android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
15 + android:id="@+id/button1"
extractstyle1-expected-extract2.diff 6 - android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
15 + android:id="@+id/button1"
  /frameworks/base/core/tests/coretests/src/android/view/
IncludeTest.java 41 final View button1 = activity.findViewById(R.id.included_button); local
42 assertNotNull("The layout include_button was not included", button1);
52 final View button1 = activity.findViewById(R.id.included_button); local
56 button1.getLayoutParams().width != button2.getLayoutParams().width);
58 button1.getLayoutParams().height != button2.getLayoutParams().height);
64 final View button1 = activity.findViewById(R.id.included_button_visibility); local
66 assertEquals("Included button should be invisible", View.INVISIBLE, button1.getVisibility());
73 final View button1 = activity.findViewById(R.id.included_button_with_size); local
75 final ViewGroup.LayoutParams lp = button1.getLayoutParams();
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DelayedTransition.java 39 final Button button1 = (Button) findViewById(R.id.button1); local
42 button1.setOnClickListener(new View.OnClickListener() {
45 int buttonWidth = button1.getWidth();
49 button1.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT,
56 button1.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java 51 final Button button1 = (Button) mActivity.findViewById(R.id.button1); local
62 button1.performClick();
66 assertTrue("List not be visible after clicking button1", list.isShown());
  /frameworks/base/tests/TransitionTests/res/layout/
interruption_inner_1.xml 15 android:id="@+id/button1"
interruption_inner_2.xml 15 android:id="@+id/button1"
interruption_inner_3.xml 15 android:id="@+id/button1"
interruption_inner_4.xml 15 android:id="@+id/button1"
two_buttons.xml 10 android:id="@+id/button1"/>
hierarchical_move.xml 23 android:text="@string/button1"
24 android:id="@+id/button1"/>
instance_targets.xml 21 android:id="@+id/button1"/>
26 android:layout_below="@+id/button1"

Completed in 1466 milliseconds

1 2 3 4 5 6 7 8 91011