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

<<11121314151617181920>>

  /external/webkit/WebCore/manual-tests/
window-sizing.html 98 <p>To test: Click each button below. Check to make sure that the window it opens has the specified attributes.
99 Also check for a series of 'PASS' messages below the button.</p>
111 <input type="button" value="open it!" onclick="test1()">
116 <input type="button" value="open it!" onclick="test2()">
121 <input type="button" value="open it!" onclick="test3()">
  /frameworks/base/core/java/android/widget/
ToggleButton.java 27 * Displays checked/unchecked states as a button
81 * Returns the text for when the button is in the checked state.
90 * Sets the text for when the button is in the checked state.
99 * Returns the text for when the button is not in the checked state.
108 * Sets the text for when the button is not in the checked state.
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearchTest.java 24 import android.widget.Button;
41 private Button mLeftTall;
42 private Button mMidShort1Top;
43 private Button mMidShort2Bottom;
44 private Button mRightTall;
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 32 import android.widget.Button;
57 Button button = (Button) findViewById(R.id.button_run); local
58 button.setOnClickListener(mStartListener);
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 28 import android.widget.Button;
37 private Button mShareButton;
38 private Button mDontShareButton;
54 mShareButton = (Button) findViewById(R.id.share_button);
55 mDontShareButton = (Button) findViewById(R.id.dont_share_button);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java 31 import android.widget.Button;
47 private Button mOkButton;
66 // Show the ok button
105 // Hide button till progress is being displayed
107 mOkButton = (Button)findViewById(R.id.ok_button);
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 30 import android.widget.Button;
80 Button okButton = (Button) findViewById(R.id.button_ok);
81 Button cancelButton = (Button) findViewById(R.id.button_cancel);
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
RecentApplicationsDialog.java 106 * Handler for user clicks. If a button was clicked, launch the corresponding activity.
175 int button = 0; local
177 for (int i = 0; i < numTasks && (button < NUM_BUTTONS); ++i) {
207 final View b = mButtons[button];
213 ++button;
219 mNoAppsText.setVisibility((button == 0) ? View.VISIBLE : View.GONE);
222 for ( ; button < NUM_BUTTONS; ++button) {
223 mButtons[button].setVisibility(View.GONE);
228 * Adjust appearance of each icon-button
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 37 import android.widget.Button;
83 // Get the volume/camera button behavior setting
125 Button snooze = (Button) findViewById(R.id.snooze);
127 snooze.setOnClickListener(new Button.OnClickListener() {
133 /* dismiss button: close notification */
135 new Button.OnClickListener() {
147 // Do not snooze if the snooze button is disabled.
236 Button snooze = (Button) findViewById(R.id.snooze)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 33 import android.widget.Button;
57 * button-label: a string label to display for the okay button
67 Button mOKButton;
105 mOKButton = (Button)findViewById(R.id.action);
108 Button b = (Button)findViewById(R.id.clear);
111 b = (Button)findViewById(R.id.defaultView);
139 String buttonLabel = intent.getStringExtra("button-label");
216 // If the user hit the default button and didn't change any o
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 32 import org.eclipse.swt.widgets.Button;
57 private Button mProjectButton;
58 private Button mSystemButton;
125 // create the "New Resource" button
135 * Creates the radio button to switch between project and system resources.
142 mProjectButton = new Button(top, SWT.RADIO);
153 mSystemButton = new Button(top, SWT.RADIO);
167 * Creates the "New Resource" button.
172 Button newResButton = new Button(top, SWT.NONE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 37 import android.widget.Button;
216 // Watch for button clicks.
217 Button button = (Button)findViewById(R.id.start); local
218 button.setOnClickListener(mStartListener);
219 button = (Button)findViewById(R.id.stop);
220 button.setOnClickListener(mStopListener);
263 Button mKillButton
279 Button button = (Button)findViewById(R.id.bind); local
    [all...]
  /external/webkit/WebCore/html/
HTMLButtonElement.cpp 67 case BUTTON: {
68 DEFINE_STATIC_LOCAL(const AtomicString, button, ("button"));
69 return button;
86 else if (equalIgnoringCase(attr->value(), "button"))
87 m_type = BUTTON;
172 // send the mouse button events iff the caller specified sendToAnyElement
  /frameworks/base/core/res/res/layout/
keyguard_screen_unlock_portrait.xml 166 <!-- option 1: a single emergency call button -->
171 <Button android:id="@+id/emergencyCallAlone"
176 style="@style/Widget.Button.Transparent"
183 <!-- option 2: an emergency call button, and a 'forgot pattern?' button -->
190 <Button android:id="@+id/emergencyCallTogether"
199 style="@style/Widget.Button.Transparent"
203 <Button android:id="@+id/forgotPattern"
211 style="@style/Widget.Button.Transparent"
keyguard_screen_password_landscape.xml 72 <!-- emergency call button -->
73 <Button
80 style="@style/Widget.Button.Transparent"
  /development/apps/SpareParts/res/values/
strings.xml 56 <string name="title_end_button">End button behavior</string>
57 <string name="summary_end_button">Select End (red) button action</string>
58 <string name="dialog_title_end_button">Select End button</string>
  /development/apps/launchperf/res/layout/
complex_layout.xml 186 <Button android:id="@+id/relative_button1"
190 <Button android:id="@+id/relative_button2"
195 <Button android:id="@+id/relative_button3"
200 <Button android:id="@+id/relative_button4"
213 <Button android:id="@+id/relative_button5"
219 <Button android:id="@+id/relative_button6"
225 <Button android:id="@+id/relative_button7"
231 <Button android:id="@+id/relative_button8"
255 <Button
259 <Button
    [all...]
  /development/samples/ApiDemos/res/layout/
visibility_1.xml 55 <Button android:id="@+id/vis"
60 <Button android:id="@+id/invis"
65 <Button android:id="@+id/gone"
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 23 import android.widget.Button;
44 Button confirmButton = (Button) findViewById(R.id.confirm);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 53 SDL_MOUSEBUTTONDOWN, /* Mouse button pressed */
54 SDL_MOUSEBUTTONUP, /* Mouse button released */
58 SDL_JOYBUTTONDOWN, /* Joystick button pressed */
59 SDL_JOYBUTTONUP, /* Joystick button released */
130 Uint8 state; /* The current button state */
136 /* Mouse button event structure */
140 Uint8 button; /* The mouse button index */ member in struct:SDL_MouseButtonEvent
175 /* Joystick button event structure */
179 Uint8 button; /* The joystick button index * member in struct:SDL_JoyButtonEvent
225 SDL_MouseButtonEvent button; member in union:SDL_Event
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdevents.c 59 static int atari_GetButton(int button)
61 switch(button)
104 /* Mouse button ? */
SDL_xbiosevents.c 104 static int atari_GetButton(int button)
106 switch(button)
130 /* Mouse button ? */
  /external/webkit/WebCore/manual-tests/inspector/
console-log-formatting.html 67 <p>Open the Inspector (right-click and choose "Inspect Element"), then click the "Run Tests" button.</p>
68 <button onclick="runTests()">Run Tests</button>
multiple-console-messages.html 81 <input type="button" onclick="generateErrors(1)" value="Put Error in Console"></input>
83 <input type="button" onclick="generateLogs(1)" value="Put Log in Console"></input>
85 <input type="button" onclick="generateWarnings(1)" value="Put Warning in Console"></input>
  /external/webkit/WebCore/platform/wx/
MouseEventWx.cpp 57 if (event.LeftIsDown() || event.Button(wxMOUSE_BTN_LEFT))
59 else if (event.RightIsDown() || event.Button(wxMOUSE_BTN_RIGHT))
61 else if (event.MiddleIsDown() || event.Button(wxMOUSE_BTN_MIDDLE))

Completed in 1135 milliseconds

<<11121314151617181920>>