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

<<11121314151617181920>>

  /external/webkit/WebCore/manual-tests/inspector/
debugger-step-on-do-while-statements.html 17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
22 <input type="button" value="run do-while" onclick="initialize();runDoWhile()"/>
debugger-step-on-for-in-statements.html 24 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
29 <input type="button" value="run for-in" onclick="runForIn()"/>
debugger-step-on-while-statements.html 17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
22 <input type="button" value="run while" onclick="initialize();runWhile()"/>
  /frameworks/base/core/tests/coretests/res/layout/
focus_listener.xml 26 <Button android:id="@+id/left"
32 <Button android:id="@+id/right"
linear_layout_edittext_then_button.xml 32 <Button
33 android:id="@+id/button"
scrollview_with_webviews.xml 34 <Button android:id="@+id/button"
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusableAboveUnfocusable.java 21 import android.widget.Button;
42 return ListItemFactory.button(
  /packages/apps/AlarmClock/res/layout/
save_cancel_alarm.xml 23 <Button android:id="@+id/alarm_save"
30 <Button android:id="@+id/alarm_cancel"
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 111 View button = findViewById(R.id.next); local
112 button.setOnClickListener(mFindListener);
113 mNextButton = button;
115 button = findViewById(R.id.previous);
116 button.setOnClickListener(mFindPreviousListener);
117 mPrevButton = button;
119 button = findViewById(R.id.done);
120 button.setOnClickListener(mFindCancelListener);
  /packages/apps/Phone/src/com/android/phone/
IccMissingPanel.java 21 import android.widget.Button;
38 ((Button) findViewById(R.id.continueView)).setOnClickListener(mButtonListener);
IccNetworkDepersonalizationPanel.java 32 import android.widget.Button;
64 private Button mUnlockButton;
65 private Button mDismissButton;
133 mUnlockButton = (Button) findViewById(R.id.ndp_unlock);
136 // The "Dismiss" button is present in some (but not all) products,
138 mDismissButton = (Button) findViewById(R.id.ndp_dismiss);
140 if (DBG) log("Enabling 'Dismiss' button...");
144 if (DBG) log("Removing 'Dismiss' button...");
  /packages/apps/Settings/src/com/android/settings/battery_history/
GraphableButton.java 9 import android.widget.Button;
11 public class GraphableButton extends Button {
  /packages/wallpapers/LivePicker/res/layout/
live_wallpaper_preview.xml 25 <Button
34 <Button
  /sdk/layoutopt/samples/
too_deep.xml 9 <Button
58 <Button
  /external/webkit/WebCore/inspector/front-end/
inspector.html 126 <div class="toolbar-item close-left"><button id="close-button-left"></button></div>
130 <div class="toolbar-item close-right"><button id="close-button-right"></button></div>
134 <div id="main-status-bar" class="status-bar"><div id="anchored-status-bar-items"><button id="dock-status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="console-status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="changes-status-bar-item" class="status-bar-item hidden"></button><div id="count-items" (…)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LaunchingPreferences.java 28 import android.widget.Button;
61 // Create a simple button that will launch the preferences
62 Button launchPreferences = new Button(this);
77 // When the button is clicked, launch an activity through this intent
SetWallpaperActivity.java 34 import android.widget.Button;
67 Button randomize = (Button) findViewById(R.id.randomize);
77 Button setWallpaper = (Button) findViewById(R.id.setwallpaper);
TextToSpeechActivity.java 24 import android.widget.Button;
52 private Button mAgainButton;
65 // The button is disabled in the layout.
67 mAgainButton = (Button) findViewById(R.id.again_button);
106 // Allow the user to press the button for the app to speak again.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 27 import android.widget.Button;
65 Button pickDate = (Button) findViewById(R.id.pickDate);
73 Button pickTime = (Button) findViewById(R.id.pickTime);
  /development/samples/SkeletonApp/res/layout/
skeleton_activity.xml 50 <!-- On the left: the "back" button. See styles.xml for the
53 clear button. See strings.xml for the definition of
55 <Button android:id="@+id/back" style="@style/ActionButton"
64 <!-- On the right: another button, this time with its text color
66 <Button android:id="@+id/clear" style="@style/ActionButton"
  /external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
SDL_sysjoystick.c 398 /* Button */
459 int button; local
461 button=1<<jp_buttons[i];
463 if ((curstate & button) && !(prevstate & button)) {
466 if (!(curstate & button) && (prevstate & button)) {
505 /* Button */
531 int button; local
533 button=1<<(30+i)
565 int button; local
    [all...]
  /external/webkit/WebCore/css/
themeWin.css 68 input[type="search"]::-webkit-search-cancel-button {
76 input[type="search"]::-webkit-search-results-button {
80 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  /external/webkit/WebCore/dom/
MouseEvent.h 41 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
45 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
52 unsigned short button, PassRefPtr<EventTarget> relatedTarget);
56 unsigned short button() const { return m_button; } function in class:WebCore::MouseEvent
75 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
  /external/webkit/WebCore/manual-tests/plugins/
windowed.html 79 <input type="button" id="visibilityButton" value="Test Visibility" onClick="testVisibility()"/><br/>
82 <input type="button" id="resizeButton" value="Test Resize" onClick="testResize()"/><br/>
85 <input type="button" id="moveButton" value="Test Move" onClick="testMove()"/><br/>
88 <input type="button" id="animationButton" value="Test Animation" onClick="testAnimation()"/><br/>
102 <input type="button" value="Toggle transparent div" onClick="toggleDivOverFlash()"<br/>
windowless.html 80 <input type="button" id="visibilityButton" value="Test Visibility" onClick="testVisibility()"/><br/>
83 <input type="button" id="resizeButton" value="Test Resize" onClick="testResize()"/><br/>
86 <input type="button" id="moveButton" value="Test Move" onClick="testMove()"/><br/>
89 <input type="button" id="animationButton" value="Test Animation" onClick="testAnimation()"/><br/>
103 <input type="button" value="Toggle transparent div" onClick="toggleDivOverFlash()"<br/>

Completed in 1110 milliseconds

<<11121314151617181920>>