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

1 2 34 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample7-expected-extract7.diff 13 - <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
41 + android:id="@+id/button2"
sample1a-expected-changeView1.xml 5 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
sample1a.xml 5 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
sample1b.xml 21 android:id="@+id/button2"></Button>
sample7.xml 13 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
  /frameworks/base/core/tests/coretests/res/layout/
linear_layout_listview_height.xml 45 android:id="@+id/button2"
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 44 mButton2 = (Button) activity.findViewById(R.id.button2);
LLOfTwoFocusableInTouchMode.java 42 mButton2 = findViewById(R.id.button2);
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/values/
ids.xml 4 <item type="id" name="button2" />
  /frameworks/rs/tests/java_api/HealingBrush/res/layout/
activity_main.xml 40 android:id="@+id/button2"
  /frameworks/rs/tests/java_api/SSHealingBrush/res/layout/
activity_main.xml 40 android:id="@+id/button2"
  /packages/apps/DocumentsUI/res/layout/
fragment_pick.xml 26 android:id="@android:id/button2"
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
ButtonItemTest.java 117 final Button button2 = item.createButton(mParent); local
118 assertSame("createButton should be reused", button, button2);
119 assertNull("Should be removed from parent after createButton", button2.getParent());
  /frameworks/base/core/res/res/layout/
alert_dialog_button_bar_material.xml 51 android:id="@+id/button2"
choose_type_and_account.xml 71 <Button android:id="@+id/button2"
  /frameworks/base/services/core/java/com/android/server/am/
BaseErrorDialog.java 67 b = (Button)findViewById(R.id.button2);
  /frameworks/base/tests/BiDiTests/res/values/
strings.xml 18 <string name="button2_text">Button2</string>
  /frameworks/support/v7/appcompat/res/layout/
abc_alert_dialog_button_bar_material.xml 51 android:id="@android:id/button2"
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_alert_dialog_button_bar_material.xml 51 android:id="@android:id/button2"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 94 TestNode.create("android.widget.Button").id("@+id/Button2"));
99 assertContainsSame(Arrays.asList("@+id/Button2", "@+id/Button012"), existing);
131 TestNode.create("android.widget.Button").id("@+id/Button2"));
152 TestNode.create("android.widget.Button").id("@+id/Button2"));
  /sdk/testapps/gridlayoutTest/app/res/layout/
main.xml 24 android:id="@+id/button2"
  /cts/tests/accessibilityservice/res/values/
strings.xml 60 <!-- String Button2 text -->
61 <string name="button2">B2</string>
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 123 <string name="button2">Button2</string>
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /packages/services/Telephony/tests/src/com/android/phone/
RoamingDialogFragmentTest.java 108 onView(withId(android.R.id.button2)).perform(click());
121 onView(withId(android.R.id.button2)).perform(click());

Completed in 1143 milliseconds

1 2 34 5 6 7 8 9