HomeSort by relevance Sort by last modified time
    Searched full:button1 (Results 51 - 75 of 257) sorted by null

1 23 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/
sample3-variation1-expected-extract4.xml 5 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-variation2-expected-extract4.xml 4 <Button customprefix:text="Button" customprefix:id="@+id/button1" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content"></Button>
sample3-variation2.xml 5 <Button customprefix:text="Button" customprefix:id="@+id/button1" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content"></Button>
sample3.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample6.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample9-expected-convertToGrid.xml 10 android:id="@+id/button1"
sample2-expected-changeLayout2.xml 9 android:id="@+id/button1"
22 android:layout_below="@+id/button1"
sample5-expected-changeLayout5.xml 9 android:id="@+id/button1"
22 android:layout_below="@+id/button1"
  /external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/test/
basic.html 27 <paper-icon-button id="button1" icon="add"></paper-icon-button>
32 var b1 = document.getElementById('button1');
  /frameworks/base/docs/html/training/keyboard-input/
navigation.jd 105 android:id="@+id/button1"
112 android:layout_below="@id/button1"
113 android:nextFocusForward="@+id/button1"
125 <p>Now instead of sending focus from {@code button1} to {@code button2} then {@code editText1}, the
127 {@code button1} to {@code editText1} then {@code button2}.</p>
156 android:id="@+id/button1"
162 android:nextFocusLeft="@id/button1"
167 android:nextFocusUp="@id/button1"
  /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
183 MockXmlNode button1 = createButton(); local
184 button1.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/button1");
211 button1.addAttributes(SdkConstants.NS_RESOURCES, "layout_toLeftOf", "@+id/linear3");
221 linear4.addAttributes(SdkConstants.NS_RESOURCES, "layout_toRightOf", "@+id/button1");
228 button1, button2, linear1, linear2, linear3, linear4, linear5 } );
UiElementPullParserTest.java 102 * <Button android:name="button1" android:text="button1text"/>
109 MockXmlNode button1 = new MockXmlNode(null /* namespace */, "Button", Node.ELEMENT_NODE, local
111 button1.addAttributes(SdkConstants.NS_RESOURCES, "name", "button1");
112 button1.addAttributes(SdkConstants.NS_RESOURCES, "text", "button1text");
119 button1Map.put("name", "button1");
145 Node.ELEMENT_NODE, new MockXmlNode[] { button1, relative });
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 195 //queryview viewid button1 gettext
288 //queryview viewid button1 getlocation
310 //queryview viewid button1 gettext
334 //queryview viewid button1 getclass
348 //queryview viewid button1 getchecked
363 //queryview viewid button1 getenabled
378 //queryview viewid button1 getselected
394 //queryview viewid button1 setselected true
418 //queryview viewid button1 getfocused
434 //queryview viewid button1 setfocused fals
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java 35 Button button1; field in class:TransformsAndAnimationsActivity
58 button1 = (Button) findViewById(R.id.button1);
129 button1.startAnimation(alphaAnim);
151 button1.setLayerType(layerType, null);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatButtonTest.java 50 final AppCompatButton button1 = local
59 button1.getLayout().getText());
67 button1.getLayout().getText());
  /cts/tests/tests/widget/res/layout/
relative_layout_baseline.xml 27 android:id="@+id/button1"
37 android:layout_toRightOf="@id/button1"
  /development/samples/ApiDemos/res/layout/
focus_5.xml 29 <Button android:id="@+id/button1"
59 android:nextFocusForward="@+id/button1"/>
  /frameworks/base/packages/SystemUI/res/layout/
zen_mode_condition.xml 33 android:layout_toStartOf="@android:id/button1">
57 android:id="@android:id/button1"
  /cts/tests/tests/animation/res/layout/
animation_two.xml 20 <Button android:id="@+id/button1"
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationActivity.java 34 mButton = (Button) findViewById(R.id.button1);
  /cts/tests/tests/view/res/layout/
viewtreeobserver_layout.xml 33 <Button android:id="@+id/button1"
  /development/samples/WiFiDirectServiceDiscovery/res/layout/
fragment_chat.xml 35 android:id="@+id/button1"
  /device/google/accessory/demokit/app/res/layout/
buttoncontainer.xml 13 <ImageButton android:background="@null" android:id="@+id/Button1"
  /frameworks/base/core/tests/coretests/res/layout/
baseline_center_gravity.xml 24 <Button android:id="@+id/button1"
linear_layout_buttons.xml 27 android:id="@+id/button1"

Completed in 810 milliseconds

1 23 4 5 6 7 8 91011