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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 293 Uint8 button; local
319 /* Check for mouse button changes */
322 { /* Get the new DirectInput button state for the mouse */
343 button = (Uint8)(i+1);
344 /* Button #2 on two button mice is button 3
345 (the middle button is button 2)
347 if ( button == 2 )
    [all...]
  /development/samples/ApiDemos/res/layout/
alarm_service.xml 30 <Button android:id="@+id/start_alarm"
34 </Button>
36 <Button android:id="@+id/stop_alarm"
google_login.xml 25 <Button
32 <Button
39 <Button
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 30 import android.widget.Button;
198 // Watch for button clicks.
199 Button button = (Button)findViewById(R.id.start_foreground); local
200 button.setOnClickListener(mForegroundListener);
201 button = (Button)findViewById(R.id.start_background);
202 button.setOnClickListener(mBackgroundListener);
203 button = (Button)findViewById(R.id.stop)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 27 import android.widget.Button;
58 Button nextButton = (Button) findViewById(R.id.next);
  /development/simulator/app/
PhoneButton.h 4 // Phone button image holder.
13 * One button on a phone. Position, size, and a highlight graphic. The
17 * graphic for button presses. We assume they have the same dimensions.
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NoteEdit.java 23 import android.widget.Button;
40 Button confirmButton = (Button) findViewById(R.id.confirm);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NoteEdit.java 23 import android.widget.Button;
40 Button confirmButton = (Button) findViewById(R.id.confirm);
  /external/webkit/WebCore/manual-tests/
input-starved-by-timers.html 48 button (or browser's menu) while UI is frozen: <button onclick="log('clicked')">Click Me</button> <hr>
transitions.html 23 When you click the Change button, the shape will
25 <button style="display: block;" onclick="transition()">Change</button>
transitions2.html 23 When you click the Change button, the shape will
25 <button style="display: block;" onclick="transition()">Change</button>
  /frameworks/base/awt/java/awt/event/
MouseEvent.java 69 private int button; field in class:MouseEvent
131 int clickCount, boolean popupTrigger, int button) {
134 if ((button != NOBUTTON) && (button != BUTTON1) &&
135 (button != BUTTON2) && (button != BUTTON3)) {
136 // awt.18B=Invalid button value
142 this.button = button;
148 return button;
    [all...]
  /frameworks/base/core/java/android/widget/
CheckBox.java 25 * A checkbox is a specific type of two-states button that can be either
48 * {@link android.R.styleable#Button Button Attributes},
  /frameworks/base/core/tests/coretests/res/layout/
descendant_focusability.xml 34 <Button
47 <Button
60 <Button
linear_layout_listview_height.xml 38 <Button
44 <Button
50 <Button
  /frameworks/base/core/tests/coretests/src/android/os/
BrightnessLimit.java 28 import android.widget.Button;
43 Button b = (Button) findViewById(R.id.go);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 22 import android.widget.Button;
39 public Button getButtonAt(int column, int row) {
46 return (Button) getColumn(column).getChildAt(row);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumn.java 24 import android.widget.Button;
38 final Button addRowButton = (Button) findViewById(R.id.add_row_button);
AddColumnTest.java 25 import android.widget.Button;
34 private Button mAddRow;
46 mAddRow = (Button) activity.findViewById(R.id.add_row_button);
  /frameworks/base/docs/html/resources/tutorials/views/
hello-datepicker.jd 10 date picker in a floating dialog box at the press of a button. When the date is set by
26 &lt;Button android:id="@+id/pickDate"
33 that will display the date and a {@link android.widget.Button} that will open the {@link
40 private Button mPickDate;
61 mPickDate = (Button) findViewById(R.id.pickDate);
63 // add a click listener to the button
82 android.widget.TextView} and {@link android.widget.Button} elements are captured from the layout
85 {@link android.widget.Button}, so that when it is clicked, it
131 has set the date (by clicking the "Set" button). At that time, the {@link
153 {@link android.app.Activity#showDialog(int)} (which is called by the button's {@lin
    [all...]
hello-timepicker.jd 10 time picker in a floating dialog box at the press of a button. When the time is set by
26 &lt;Button android:id="@+id/pickTime"
33 that will display the time and a {@link android.widget.Button} that will open the {@link
40 private Button mPickTime;
60 mPickTime = (Button) findViewById(R.id.pickTime);
62 // add a click listener to the button
80 android.widget.TextView} and {@link android.widget.Button} are captured with {@link
82 Then an {@link android.view.View.OnClickListener} is created for the {@link android.widget.Button},
130 <p>When the user is done setting the time (clicks the "Set" button), the
148 {@link android.app.Activity#showDialog(int)}, in the {@link android.widget.Button}'s on-clic
    [all...]
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ButtonActivity.java 26 import android.widget.Button;
41 final Button myButton = new Button(this);
  /packages/apps/DeskClock/res/layout/
set_alarm.xml 36 <Button android:id="@+id/alarm_save"
43 <Button android:id="@+id/alarm_revert"
50 <Button android:id="@+id/alarm_delete"
  /packages/apps/Email/res/layout/
account_setup_account_type.xml 29 <Button
38 <Button
47 <Button
  /packages/apps/Settings/res/layout/
bluetooth.xml 27 <Button android:id="@+id/enable"
33 <Button android:id="@+id/scan"
39 <Button android:id="@+id/settings"

Completed in 1904 milliseconds

<<11121314151617181920>>