HomeSort by relevance Sort by last modified time
    Searched full:firstbutton (Results 1 - 22 of 22) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-assistant3.txt 1 Quick assistant in sample1a.xml for <Button andr^oid:text="FirstButton":
sample1a-expected-gridLayout1.xml 12 android:text="FirstButton" >
sample7-expected-extract7.diff 3 - <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
26 + android:text="FirstButton" >
sample8-expected-extract7.diff 6 - <Button android:text="FirstButton" android:id="@+id/button1"
33 + android:text="FirstButton" >
sample1a-expected-changeView1.xml 3 <RadioButton android:text="FirstButton" android:id="@+id/RadioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
sample1a.xml 3 <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample1b.xml 9 android:text="FirstButton"
sample7.xml 3 <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample8.xml 6 <Button android:text="FirstButton" android:id="@+id/button1"
sample1a-expected-changeLayout1a.xml 14 android:text="FirstButton" >
sample1b-expected-changeLayout1b.xml 14 android:text="FirstButton" >
sample1a-expected-extract7.diff 3 - <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
22 + android:text="FirstButton" >
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtonsTest.java 152 final Button firstButton = (Button) mListView.getSelectedView();
154 assertTrue(firstButton.isFocused());
155 assertEquals(firstButtonLabel, firstButton.getText());
161 assertTrue(firstButton.isFocused());
167 assertTrue(firstButton.isFocused());
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityViewTreeReportingTest.java 55 AccessibilityNodeInfo firstButton = getInstrumentation().getUiAutomation()
57 getString(R.string.firstButton)).get(0);
58 assertEquals(firstButton, firstFrameLayout.getChild(2));
  /cts/tests/tests/accessibilityservice/res/layout/
accessibility_focus_and_input_focus_sync_test.xml 39 android:id="@+id/firstButton"
42 android:text="@string/firstButton" />
accessibility_view_tree_reporting_test.xml 43 android:id="@+id/firstButton"
46 android:text="@string/firstButton"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 43 IntRect firstButton = backButtonRect(scrollbar, BackButtonStartPart);
48 beforeSize = firstButton.width() + secondButton.width();
51 beforeSize = firstButton.height() + secondButton.height();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 181 final Button firstButton = (Button) findViewById(R.id.first_button);
182 firstButton.setVisibility(View.VISIBLE);
185 firstButton.setEnabled(false);
187 firstButton.setOnClickListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 47 checkFixes("sample1a.xml", "<Button andr^oid:text=\"FirstButton\"");
  /cts/tests/tests/accessibilityservice/res/values/
strings.xml 105 <string name="firstButton">fB</string>
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 91 recElement* firstButton;
340 headElement = &(pDevice->firstButton);
552 HIDDisposeElementList (&(*ppDevice)->firstButton);
760 element = device->firstButton;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm 54 BOOL firstButton = YES;
57 if (firstButton) {
58 firstButton = NO;
    [all...]

Completed in 328 milliseconds