HomeSort by relevance Sort by last modified time
    Searched full:button (Results 101 - 125 of 1669) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
drag-enter-alert.html 10 alert('Click OK button.');
25 <li>Click the OK button on the alert box</li>
location-host-canonicalization.html 11 <p>Clicking the following button should change the host in the current URL to "www.example.com:". It actually loading is not important -
13 <input type="button" value="Click Here" onClick="changeHost();">
show-modal-dialog-test.html 10 <p>Type text here to be sent to the modal window and press the button:
12 <input type="button" value="Show Modal" onClick="showModal()"></p>
debugger-caught-uncaught-exceptions.html 30 <p>To test this bug, open the inspector, open the scripts panel, and click the button to pause on all exceptions, press
31 the button, and see which exceptions are paused on. Then press the pause on exceptions button again to only
33 <input type="button" value="Generate caught and uncaught exceptions" onclick="generateCaughtAndUncaughtExceptions();" />
left-overflow-repaint.html 11 Press each Test button once. Do not scroll, resize, or hide the window or switch to another
25 <button onclick="document.getElementById('t').style.marginTop = '2em'">
27 </button>
37 <button onclick="document.getElementById('u').style.lineHeight = '3'">
39 </button>
49 <button onclick="document.getElementById('v').style.height = '3em'">
51 </button>
  /external/webkit/WebCore/manual-tests/wml/
template-go.wml 11 <p>Test for template element in WML. Template go button is global</p>
16 <p>This is card two.<br/>The global template Go button is still visible for me</p>
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java 26 import android.widget.Button;
48 Button visibleButton = (Button) findViewById(R.id.vis);
49 Button invisibleButton = (Button) findViewById(R.id.invis);
50 Button goneButton = (Button) findViewById(R.id.gone);
52 // Wire each button to a click listener
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java 27 import android.widget.Button;
37 private Button mFirstButton;
55 assertTrue("top button should have focus", mFirstButton.isFocused());
63 assertFalse("button.isFocused",
65 assertFalse("button.hasFocus",
71 assertTrue("button's onClickListener should have fired",
80 assertFalse("button should not have focus when touched",
85 assertTrue("first button (the top most focusable) should have gained focus",
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 36 import android.widget.Button;
128 Button crash_system = (Button) findViewById(R.id.bad_behavior_crash_system);
141 Button crash_main = (Button) findViewById(R.id.bad_behavior_crash_main);
146 Button crash_thread = (Button) findViewById(R.id.bad_behavior_crash_thread);
156 Button crash_native = (Button) findViewById(R.id.bad_behavior_crash_native);
167 Button wtf = (Button) findViewById(R.id.bad_behavior_wtf)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 52 // LinearLayout(H:[Button Button])
64 * LinearLayout(H:[Button Button])
65 * LinearLayout(H:[Button Button Button])
85 * LinearLayout(H:[Button Button])
106 * LinearLayout(H:[Button Button]
    [all...]
  /external/qemu/android/skin/
keyset.h 25 _SKIN_KEY_COMMAND(BUTTON_HOME,"Home button") \
26 _SKIN_KEY_COMMAND(BUTTON_MENU,"Menu (Soft-Left) button") \
27 _SKIN_KEY_COMMAND(BUTTON_STAR,"Star (Soft-Right) button") \
28 _SKIN_KEY_COMMAND(BUTTON_BACK,"Back button") \
29 _SKIN_KEY_COMMAND(BUTTON_CALL,"Call/Dial button") \
30 _SKIN_KEY_COMMAND(BUTTON_HANGUP,"Hangup/EndCall button") \
31 _SKIN_KEY_COMMAND(BUTTON_POWER,"Power button") \
32 _SKIN_KEY_COMMAND(BUTTON_SEARCH,"Search button") \
33 _SKIN_KEY_COMMAND(BUTTON_VOLUME_UP,"Volume up button") \
34 _SKIN_KEY_COMMAND(BUTTON_VOLUME_DOWN,"Volume down button") \
    [all...]
file.c 111 /** SKIN BUTTON
204 skin_button_free( SkinButton* button )
206 if (button) {
207 skin_image_unref( &button->image );
208 AFREE(button);
215 SkinButton* button; local
216 ANEW0(button);
217 if (button) {
222 button->name = node->name;
223 button->rect.pos.x = x
318 SkinButton* button = skin_button_create_from(node, basepath); local
369 SkinButton* button = skin_button_create_from(node, basepath); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesFarApartTest.java 24 import android.widget.Button;
74 assertTrue("second button should be more than max scroll away from first",
84 final Button topButton = (Button) getChildOfItem(0, 0);
89 if (counter > 5) fail("couldn't reach next button within " + counter + " downs");
92 assertFalse("after " + counter + " downs, top button not visible, should not have focus",
94 assertFalse("after " + counter + " downs, neither top button nor botom button visible, nothng within first list " +
97 assertTrue("after " + counter + " downs, top button still visible, should have focus",
110 // at this point, the second button is visible on screen
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 30 import android.widget.Button;
50 // Watch for button clicks.
51 Button button = (Button)findViewById(R.id.start); local
52 button.setOnClickListener(mStartListener);
53 button = (Button)findViewById(R.id.stop);
54 button.setOnClickListener(mStopListener);
164 // Watch for button clicks
165 Button button = (Button)findViewById(R.id.bind); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ScrollView2.java 25 import android.widget.Button;
48 Button buttonView = new Button(this);
49 buttonView.setText("Button " + i);
  /external/webkit/WebCore/manual-tests/inspector/
debugger-shortcuts-with-console-opened.html 13 <p>To test, open the Inspector and start a debugging session. Open the Console view (press Esc or click the "Show console" button in the status bar) and make sure it is focused (the cursor is blinking in the text prompt.)
14 Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing <b>onclick="testFunction()"</b>. Press F8. The execution should stop on the breakpoint.
16 <button onclick="testFunction()">Test</button><br><br>
dom-mutation.html 25 <button onclick="test1()">Test Frame 1</button>
26 <button onclick="test2()">Test Frame 2</button>
bp-in-named-eval-after-reload.html 17 <li><p>click this button: <input id=button type=button value="click me">
26 <li><p>click the "click me" button above, again
55 var button = document.getElementById("button");
57 button.addEventListener("click", clickHandler, false);
error-warning-count.html 31 var button = document.createElement("button");
44 button.innerText = content;
45 button.onclick = clickHandler(test.errors, test.warnings);
47 p.appendChild(button);
59 button you clicked.</p>
60 <p>Note: You must reload the page between each button press.</p>
  /frameworks/base/core/res/res/layout/
power_dialog.xml 29 <Button android:id="@+id/keyguard"
34 <Button android:id="@+id/off"
39 <Button android:id="@+id/silent"
43 <Button android:id="@+id/radio_power"
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayout.java 23 import android.widget.Button;
29 private Button mButton;
53 public Button getButton() {
61 mButton = new Button(this);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocus.java 25 import android.widget.Button;
38 // bottom right button starts with the focus.
39 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfButtons1.java 23 import android.widget.Button;
34 private Button mFirstButton;
40 mFirstButton = (Button) findViewById(R.id.button1);
54 public Button getFirstButton() {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java 22 import android.widget.Button;
51 final Button button1 = (Button) mActivity.findViewById(R.id.button1);
52 final Button button2 = (Button) mActivity.findViewById(R.id.button2);
53 final Button button3 = (Button) mActivity.findViewById(R.id.button3);
  /packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java 22 import android.widget.Button;
35 * and is invoked when the "Ok" button is selected.
62 // Enable the "ok" button now that the user has selected which
64 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
71 // we try to fetch the "Ok" button.
86 // Disable the "Ok" button until the user selects which events to
88 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE);

Completed in 249 milliseconds

1 2 3 45 6 7 8 91011>>