/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample3-expected-wrapIn1.xml | 8 <Button 12 android:text="Button" > 13 </Button> 28 <Button 32 android:text="Button" > 33 </Button>
|
sample3-expected-wrapIn2.xml | 12 <Button 16 android:text="Button" > 17 </Button> 28 <Button 32 android:text="Button" > 33 </Button>
|
sample3-expected-wrapIn3.xml | 8 <Button 12 android:text="Button" > 13 </Button> 28 <Button 32 android:text="Button" > 33 </Button>
|
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> 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> 5 <Button customprefix:text="Button" customprefix:id="@+id/button2" 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> 6 <Button customprefix:text="Button" customprefix:id="@+id/button2" 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> 5 <Button android:text="Button" android:id="@+id/button2" 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> 5 <Button android:layout_width="wrap_content" android:id="@+id/button2" android:text="Button" android:layout_height="150dip"></Button>
|
sample8.info | 2 android.widget.Button [0,0,101,36] <Button> 7 android.widget.Button [0,0,73,36] <Button> 12 android.widget.Button [0,0,73,36] <Button>
|
sample2-expected-extract3.xml | 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> 5 <Button android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:id="@+id/button2" android:layout_height="wrap_content" android:text="Button"></Button> 7 <Button android:layout_width="wrap_content" android:id="@+id/button4" android:layout_below="@+id/button3_ref" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/button3_ref"></Button> 9 <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" and (…) [all...] |
sample1a-expected-extract7.diff | 2 < <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> 4 < <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button> 5 < <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button> 8 < <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android:layout_width="match_parent"></Button> 10 < <Button android:layout_gravity="right" android:id="@+id/button5" android:text="FifthButton" android:layout_height="wrap_content" android:layout_width="wrap_content"></Button> [all...] |
sample7.xml | 3 <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> 8 <Button android:text="Button" android:id="@+id/button6" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> 13 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button> 14 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button> 17 <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android (…) [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
open-url-undefined.html | 7 Click the Test button. A new window should open. To pass the test, the address 10 <button onclick="window.open()">Test</button>
|
open-close-tokenizer-crash.html | 3 <input type="button" value="Click Here" onclick="window.open('resources/open-close-tokenizer-crash.html', 'foo');"> 4 Click the button above. Another browser window should open and then immediately close without crashing.
|
/frameworks/base/tests/StatusBar/res/layout/ |
button_notification.xml | 14 <Button android:id="@+id/button" 17 android:text="button"
|
/cts/tests/src/android/view/cts/ |
FocusFinderStubActivity.java | 26 import android.widget.Button; 32 public Button topLeftButton; 34 public Button topRightButton; 36 public Button bottomLeftButton; 38 public Button bottomRightButton; 45 topLeftButton = (Button) findViewById(R.id.top_left_button); 46 topRightButton = (Button) findViewById(R.id.top_right_button); 47 bottomLeftButton = (Button) findViewById(R.id.bottom_left_button); 48 bottomRightButton = (Button) findViewById(R.id.bottom_right_button);
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_button_unittest.mm | 13 scoped_nsobject<DownloadItemButton> button; 14 button.reset([[DownloadItemButton alloc] 19 [button.get() setDownload:path]; 20 EXPECT_EQ(path.value(), [button.get() download].value());
|
/external/chromium/chrome/browser/ui/cocoa/ |
hover_button.h | 9 // A button that changes when you hover over it and click it. 12 // Enumeration of the hover states that the close button can be in at any one 13 // time. The button cannot be in more than one hover state at a time. 23 // Tracking area for button mouseover states. 27 // Enables or disables the |NSTrackingRect|s for the button. 30 // Checks to see whether the mouse is in the button's bounds and update 31 // the image in case it gets out of sync. This occurs to the close button 33 // drag the button without moving the mouse before you press the button down.
|
draggable_button_unittest.mm | 50 scoped_nsobject<TestableDraggableButton> button( 52 [[test_window() contentView] addSubview:button.get()]; 53 [button setTarget:button]; 54 [button setAction:@selector(trigger:)]; 55 EXPECT_FALSE([button wasTriggered]); 64 EXPECT_TRUE([button wasTriggered]); // confirms target/action fired 68 scoped_nsobject<TestableDraggableButton> button( 70 [[test_window() contentView] addSubview:button.get()]; 95 [button mouseDown:downEvent] [all...] |
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/layout/ |
layout1.xml | 12 <Button 16 android:text="Button" /> 18 <Button 22 android:text="Button" />
|
layout4.xml | 7 <Button 11 android:text="Button" /> 13 <Button 17 android:text="Button" />
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ButtonTest.java | 25 import android.widget.Button; 35 @TestTargetClass(Button.class) 40 notes = "Test constructor(s) of {@link Button}", 41 method = "Button", 46 notes = "Test constructor(s) of {@link Button}", 47 method = "Button", 52 notes = "Test constructor(s) of {@link Button}", 53 method = "Button", 58 "Button's constructors when the input AttributeSet or Context is null") 63 new Button(mContext, attrs, 0) [all...] |
/development/samples/ApiDemos/res/layout/ |
autocomplete_3.xml | 26 <Button 31 <Button 36 <Button 41 <Button 46 <Button 51 <Button 56 <Button 61 <Button 66 <Button 71 <Button [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
overlay_test.html | 32 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>'; 43 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>';
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
ButtonActivityTest.java | 21 import android.widget.Button; 35 final Button button = (Button) mTargetActivity.findViewById(ButtonActivity.BUTTON_ID); local 37 // Push button 41 button.requestFocus(); 52 // imm.mServedInputConnection should be null since Button doesn't override onCreateInputConnection(). 55 destructiveCheckImeInitialState(mTargetActivity.getRootView(), button); local
|