/development/simulator/app/assets/panasonic-x70/ |
layout.xml | 18 <button keyCode="soft-left" src="soft-left.png" x="45" y="324"/> 19 <button keyCode="soft-right" src="soft-right.png" x="146" y="324"/> 20 <button keyCode="home" src="home.png" x="21" y="345"/> 21 <button keyCode="back" src="back.png" x="180" y="347"/> 22 <button keyCode="dpad-up" src="arrow-up.png" x="88" y="348"/> 23 <button keyCode="dpad-down" src="arrow-down.png" x="95" y="414"/> 24 <button keyCode="dpad-left"/> 25 <button keyCode="dpad-right"/> 26 <button keyCode="dpad-center" src="select.png" x="101" y="377"/> 28 <button keyCode="1"/ [all...] |
/external/webkit/WebCore/manual-tests/ |
back.html | 1 <input type="button" onclick="history.back()" value="Go Back"
|
chrome-bidi-text.html | 3 Start button and follow the instructions. 5 <button onclick='open("resources/chrome-bidi-text-window.html", null, "toolbar=no")'>Start</button
|
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.
|
/sdk/layoutopt/samples/ |
too_many.xml | 9 <Button 14 <Button 19 <Button 24 <Button 29 <Button 34 <Button 39 <Button 44 <Button 49 <Button 54 <Button [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
HorizontalFocusSearch.java | 21 import android.widget.Button; 31 private Button mLeftTall; 32 private Button mMidShort1Top; 33 private Button mMidShort2Bottom; 34 private Button mRightTall; 41 public Button getLeftTall() { 45 public Button getMidShort1Top() { 49 public Button getMidShort2Bottom() { 53 public Button getRightTall() { 80 private static class MyButton extends Button { 94 Button button = new MyButton(this); local 103 Button button = new MyButton(this); local [all...] |
VerticalFocusSearch.java | 22 import android.widget.Button; 36 private Button mTopWide; 37 private Button mMidSkinny1Left; 38 private Button mBottomWide; 40 private Button mMidSkinny2Right; 47 public Button getTopWide() { 51 public Button getMidSkinny1Left() { 55 public Button getMidSkinny2Right() { 59 public Button getBottomWide() { 88 private static class MyButton extends Button { 102 Button button = new MyButton(this); local 119 Button button = new MyButton(this); local [all...] |
ListOfButtonsTest.java | 25 import android.widget.Button; 37 private Button mButtonAtTop; 51 mButtonAtTop = (Button) a.findViewById(R.id.button); 92 assertFalse("button at top should have focus back", 110 Button button = (Button) mListView.getSelectedView(); local 111 assertNotNull(indexInfo, button); 112 assertEquals(indexInfo, label, button.getText().toString()) 127 Button button = (Button) mListView.getSelectedView(); local [all...] |
/development/simulator/app/assets/htc-tornado/ |
layout.xml | 21 <button keyCode="soft-left" src="soft-left.png" x="49" y="450"/> 22 <button keyCode="soft-right" src="soft-right.png" x="249" y="450"/> 23 <button keyCode="home" src="home.png" x="115" y="450"/> 24 <button keyCode="back" src="back.png" x="182" y="450"/> 25 <button keyCode="dpad-up" src="arrow-up.png" x="159" y="542"/> 26 <button keyCode="dpad-down" src="arrow-down.png" x="160" y="573"/> 27 <button keyCode="dpad-left" src="arrow-left.png" x="152" y="549"/> 28 <button keyCode="dpad-right" src="arrow-right.png" x="183" y="549"/> 29 <button keyCode="dpad-center" src="select.png" x="167" y="556"/> 31 <button keyCode="1" src="1.png" x="51" y="595"/ [all...] |
/cts/tests/src/android/view/cts/ |
FocusFinderStubActivity.java | 22 import android.widget.Button; 36 private Button mTopWide; 37 private Button mMidSkinny1Left; 38 private Button mBottomWide; 40 private Button mMidSkinny2Right; 50 public Button getTopWide() { 54 public Button getMidSkinny1Left() { 58 public Button getMidSkinny2Right() { 62 public Button getBottomWide() { 91 private static class MyButton extends Button { 104 Button button = new MyButton(this); local 125 Button button = new MyButton(this); local [all...] |
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-execution-while-paused.html | 9 alert("Test failed. The second button event still fired."); 13 <p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.</p> 14 <button onclick="stepOne()">Step One</button><br><br> 15 <button onclick="stepTwo()">Step Two</button><br><br>
|
console-assert.html | 26 var button = document.createElement("button"); 27 button.innerText = "console.assert(" + test + "): should" + (result ? " not" : "") + " assert"; 28 button.onclick = createClickHandler(result, test); 30 p.appendChild(button);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ChronometerDemo.java | 28 import android.widget.Button; 40 Button button; local 44 // Watch for button clicks. 45 button = (Button) findViewById(R.id.start); 46 button.setOnClickListener(mStartListener); 48 button = (Button) findViewById(R.id.stop); 49 button.setOnClickListener(mStopListener) [all...] |
ProgressBar1.java | 22 import android.widget.Button; 47 Button button = (Button) findViewById(R.id.increase); local 48 button.setOnClickListener(new Button.OnClickListener() { 56 button = (Button) findViewById(R.id.decrease); 57 button.setOnClickListener(new Button.OnClickListener() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 28 import android.widget.Button; 47 Button button; local 52 button = (Button) findViewById(R.id.happy); 53 button.setOnClickListener(new Button.OnClickListener() { 60 button = (Button) findViewById(R.id.neutral); 61 button.setOnClickListener(new Button.OnClickListener() [all...] |
/frameworks/base/core/java/android/widget/ |
Button.java | 29 * <code>Button</code> represents a push-button widget. Push-buttons can be 31 * push-button in an activity would be the following: 41 * final Button button = (Button) findViewById(R.id.button_id); 42 * button.setOnClickListener(new View.OnClickListener() { 53 * See {@link android.R.styleable#Button Button Attributes}, 59 public class Button extends TextView [all...] |
/development/simulator/app/assets/htc-audiovox-5600/ |
layout.xml | 19 <button keyCode="soft-left" src="soft-left.png" x="40" y="312"/> 20 <button keyCode="soft-right" src="soft-right.png" x="145" y="312"/> 21 <button keyCode="home" src="home.png" x="57" y="331"/> 22 <button keyCode="back" src="back.png" x="123" y="333"/> 23 <button keyCode="dpad-up" src="arrow-up.png" x="59" y="364"/> 24 <button keyCode="dpad-down" src="arrow-down.png" x="60" y="393"/> 25 <button keyCode="dpad-left"/> 26 <button keyCode="dpad-right"/> 27 <button keyCode="dpad-center" src="select.png" x="103" y="381"/> 29 <button keyCode="1" src="1.png" x="30" y="411"/ [all...] |
/development/simulator/app/assets/samsung-flip-2005/ |
layout.xml | 22 <button keyCode="soft-left" src="soft-left.png" x="24" y="388"/> 23 <button keyCode="soft-right" src="soft-right.png" x="182" y="388"/> 24 <button keyCode="home" src="home.png" x="22" y="426"/> 25 <button keyCode="back" src="back.png" x="179" y="426"/> 26 <button keyCode="dpad-up" src="arrow-up.png" x="99" y="399"/> 27 <button keyCode="dpad-down" src="arrow-down.png" x="99" y="461"/> 28 <button keyCode="dpad-left" src="arrow-left.png" x="82" y="411"/> 29 <button keyCode="dpad-right" src="arrow-right.png" x="147" y="411"/> 30 <button keyCode="dpad-center" src="select.png" x="115" y="431"/> 32 <button keyCode="1" src="1.png" x="24" y="533"/ [all...] |
/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/simulator/app/assets/android-sooner/ |
layout.xml | 19 <button keyCode="soft-left" src="menu.png" x="93" y="367"/> 20 <button keyCode="soft-right" src="favorites.png" x="286" y="367"/> 21 <button keyCode="home" src="home.png" x="286" y="407"/> 22 <button keyCode="back" src="back.png" x="93" y="407"/> 23 <button keyCode="dpad-up" src="up.png" x="172" y="366"/> 24 <button keyCode="dpad-down" src="down.png" x="172" y="420"/> 25 <button keyCode="dpad-left" src="left.png" x="141" y="366"/> 26 <button keyCode="dpad-right" src="right.png" x="253" y="366"/> 27 <button keyCode="dpad-center" src="select.png" x="172" y="396"/> 29 <button keyCode="phone-dial" src="send.png" x="50" y="384"/ [all...] |
/development/simulator/app/assets/motorola-q/ |
layout.xml | 20 <button keyCode="soft-left" src="menu-left.png" x="35" y="385"/> 21 <button keyCode="soft-right" src="menu-right.png" x="270" y="385"/> 22 <button keyCode="home" src="home.png" x="92" y="425"/> 23 <button keyCode="back" src="back.png" x="264" y="425"/> 24 <button keyCode="dpad-up" src="up.png" x="166" y="400"/> 25 <button keyCode="dpad-down" src="down.png" x="166" y="444"/> 26 <button keyCode="dpad-left" src="left.png" x="158" y="406"/> 27 <button keyCode="dpad-right" src="right.png" x="224" y="406"/> 28 <button keyCode="dpad-center" src="select.png" x="194" y="419"/> 30 <button keyCode="phone-dial" src="send.png" x="35" y="421"/ [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...] |
/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
|
/frameworks/base/core/tests/coretests/res/layout/ |
list_take_focus_from_side.xml | 32 <Button 36 <Button 40 <Button 44 <Button 48 <Button 52 <Button 56 <Button 60 <Button 64 <Button 68 <Button [all...] |