HomeSort by relevance Sort by last modified time
    Searched full:button2 (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
extractstyle1-expected-extract3.diff 10 - android:id="@+id/button2" android:layout_alignParentBottom="true"></Button>
24 + android:id="@+id/button2"
extractstyle1-expected-extract4.diff 10 - android:id="@+id/button2" android:layout_alignParentBottom="true"></Button>
25 + android:id="@+id/button2"
extractstyle1-expected-extract5.diff 10 - android:id="@+id/button2" android:layout_alignParentBottom="true"></Button>
25 + android:id="@+id/button2"
extractstyle1-expected-extract8.diff 10 - android:id="@+id/button2" android:layout_alignParentBottom="true"></Button>
25 + android:id="@+id/button2"
extractstyle2-expected-extract7.diff 10 - foo:id="@+id/button2" foo:layout_alignParentBottom="true"></Button>
26 + foo:id="@+id/button2"
sample3-expected-changeLayout3.xml 21 android:layout_above="@+id/button2"
30 android:id="@+id/button2"
extractstyle2.xml 10 foo:id="@+id/button2" foo:layout_alignParentBottom="true"></Button>
sample3-expected-extract4.xml 5 <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-expected-wrapIn1.xml 29 android:id="@+id/button2"
sample3-expected-wrapIn2.xml 29 android:id="@+id/button2"
sample3-expected-wrapIn3.xml 29 android:id="@+id/button2"
sample3-variation1-expected-extract4.xml 3 <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-variation1-expected-extract5.xml 3 <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-variation2-expected-extract4.xml 5 <Button customprefix:text="Button" customprefix:id="@+id/button2" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content"></Button>
sample3-variation2.xml 6 <Button customprefix:text="Button" customprefix:id="@+id/button2" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content"></Button>
sample3.xml 5 <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample6.xml 5 <Button android:layout_width="wrap_content" android:id="@+id/button2" android:text="Button" android:layout_height="150dip"></Button>
sample5-expected-changeLayout5.xml 19 android:id="@+id/button2"
33 android:layout_below="@+id/button2"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 50 " android:id=\"@+id/button2\"\n" +
62 " android:layout_alignBottom=\"@+id/button2\"\n" +
63 " android:layout_toRightOf=\"@+id/button2\"\n" +
70 TestNode button2 = TestNode.findById(targetNode, "@+id/button2"); local
72 INode layout = button2.getParent();
73 List<INode> deletedNodes = Collections.<INode>singletonList(button2);
76 layout.removeChild(button2);
110 assertFalse(updated.contains(BaseViewRule.stripIdPrefix(button2.getStringAttr(ANDROID_URI,
132 " android:id=\"@+id/button2\"\n"
394 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
    [all...]
  /cts/tests/tests/widget/res/layout/
relative_layout_baseline.xml 33 android:layout_alignBottom="@+id/button2" />
35 android:id="@+id/button2"
52 android:layout_below="@id/button2"
  /frameworks/base/tests/notification/res/layout/
main.xml 9 <Button android:id="@+id/button2" android:text="@string/remove_button_label" android:layout_height="wrap_content" android:layout_width="match_parent" android:onClick="doRemove"></Button>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 53 false /* removeExtracted */, false /* applyStyle */, null, 1, "@+id/button2");
59 false /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2");
65 true /* removeExtracted */, false /* applyStyle */, null, 2, "@+id/button2");
71 true /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2");
79 true /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2");
86 "@+id/button1", "@+id/button2");
120 "@+id/button1", "@+id/button2");
127 2, "@+id/button2");
WrapInRefactoringTest.java 32 checkRefactoring("sample3.xml", FQCN_LINEAR_LAYOUT, "@+id/button2");
42 checkRefactoring("sample3.xml", FQCN_LINEAR_LAYOUT, "@+id/button2", "@+id/android_logo");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 56 targetNode.add(TestNode.create(FQCN_BUTTON).id("@+id/Button2"));
70 TestNode b2 = TestNode.create(FQCN_BUTTON).id("@+id/Button2");
287 " android:text=\"Button2\" />\n" +
290 " android:id=\"@+id/button2\"\n" +
309 TestNode button2 = TestNode.findById(targetNode, "@+id/button2"); local
313 assertNotNull(button2);
320 button2.bounds(new Rect(100, 0, 100, 40));
357 " android:text=\"Button2\">\n" +
361 " android:id=\"@+id/button2\"\n"
436 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
495 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
557 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
630 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
722 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
815 TestNode button2 = TestNode.findById(targetNode, "@+id\/button2"); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 173 * Button1 > LinearLayout3(V: [button]) < Button2
186 MockXmlNode button2 = createButton(); local
187 button2.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/button2");
213 button2.addAttributes(SdkConstants.NS_RESOURCES, "layout_toRightOf", "@+id/linear3");
217 linear1.addAttributes(SdkConstants.NS_RESOURCES, "layout_above", "@+id/button2");
228 button1, button2, linear1, linear2, linear3, linear4, linear5 } );

Completed in 188 milliseconds

12 3 4 5 6 7 8 9