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

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 59 " android:id=\"@+id/button3\"\n" +
99 " android:id=\"@+id/button3\"\n" +
140 " android:id=\"@+id/button3\"\n" +
152 " android:layout_alignBottom=\"@+id/button3\"\n" +
153 " android:layout_toRightOf=\"@+id/button3\"\n" +
177 " android:layout_alignLeft=\"@+id/button3\"\n" +
178 " android:layout_below=\"@+id/button3\"\n" +
242 " android:id=\"@+id/button3\"\n" +
255 " android:layout_alignBottom=\"@+id/button3\"\n" +
256 " android:layout_toRightOf=\"@+id/button3\"\n"
    [all...]
  /frameworks/base/core/tests/coretests/res/layout/
interrogation_activity.xml 44 android:id="@+id/button3"
47 android:text="@string/button3"
linear_layout_listview_height.xml 51 android:id="@+id/button3"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample7-expected-extract7.diff 14 - <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
48 + android:id="@+id/button3"
sample1a-expected-changeView1.xml 6 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
sample1a.xml 6 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
sample1b.xml 26 android:id="@+id/button3"></Button>
sample7.xml 14 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
sample1a-expected-extract7.diff 6 - <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
38 + android:id="@+id/button3"
  /cts/tests/res/layout/
home_activity.xml 34 android:id="@+id/button3"
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 45 mButton3 = (Button) activity.findViewById(R.id.button3);
LLOfTwoFocusableInTouchMode.java 43 mButton3 = findViewById(R.id.button3);
  /cts/tests/tests/accessibilityservice/res/values/
strings.xml 60 <!-- String Button3 text -->
61 <string name="button3">Button3</string>
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 80 View button3 = mDefaultRadioGroup.findViewById(BUTTON_ID_3); local
82 mDefaultRadioGroup.removeView(button3);
84 assertSame(button3, listener.getOnChildViewRemovedChildParam());
87 mDefaultRadioGroup.addView(button3);
89 assertSame(button3, listener.getOnChildViewAddedChildParam());
94 mDefaultRadioGroup.removeView(button3);
95 mDefaultRadioGroup.addView(button3);
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 204 const char kButton3ASCII[] = "Button3";
217 views::LabelButton* button3 = new views::LabelButton( local
219 button3->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
220 contents->AddChildView(button3);
231 // Change the accessible name of button3.
232 button3->SetAccessibleName(ASCIIToUTF16(kButton3NewASCII));
  /frameworks/base/services/java/com/android/server/am/
BaseErrorDialog.java 66 b = (Button)findViewById(R.id.button3);
  /frameworks/base/tests/BiDiTests/res/values/
strings.xml 19 <string name="button3_text">Button3</string>
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 124 <string name="button3">Button3</string>
  /external/chromium/chrome/browser/accessibility/
renderer_accessibility_browsertest.cc 315 const WebAccessibility& button3 = body.children[2]; local
316 EXPECT_EQ(WebAccessibility::ROLE_BUTTON, button3.role);
317 EXPECT_STREQ("Button 3", UTF16ToUTF8(button3.name).c_str());
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.content.DialogInterface.html 134 <A NAME="android.content.DialogInterface.BUTTON3"></A>
135 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON3" target="_top"><code>BUTTON3</code></font></A></nobr> </TD>
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values/
strings.xml 37 <string name="button3">Button 3</string>
  /development/apps/launchperf/res/values/
strings.xml 36 <string name="relative_button3">Button3</string>
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 120 viewId = R.id.Button3;
  /frameworks/base/core/res/res/layout/
recent_apps_dialog.xml 73 android:id="@+id/button3" />
  /frameworks/base/core/res/res/values/
ids.xml 52 <item type="id" name="button3" />

Completed in 799 milliseconds

12 3 4 5