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

<<11121314151617181920>>

  /prebuilt/windows/sdl/include/SDL/
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/webkit/WebKit/chromium/src/win/
WebInputEventFactory.cpp 139 // NOTE: There doesn't seem to be a way to query the mouse button state in
177 result.button = WebMouseEvent::ButtonLeft;
179 result.button = WebMouseEvent::ButtonMiddle;
181 result.button = WebMouseEvent::ButtonRight;
183 result.button = WebMouseEvent::ButtonNone;
187 result.button = WebMouseEvent::ButtonNone;
195 result.button = WebMouseEvent::ButtonLeft;
200 result.button = WebMouseEvent::ButtonMiddle;
205 result.button = WebMouseEvent::ButtonRight;
209 result.button = WebMouseEvent::ButtonLeft
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 101 return UI_STRING("Choose File", "title for file button used in HTML forms");
106 return UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected");
605 return UI_STRING("press", "Verb stating the action that will occur when a button is pressed, as used by accessibility");
610 return UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility");
680 return UI_STRING("mute", "accessibility role description for mute button");
682 return UI_STRING("unmute", "accessibility role description for turn mute off button");
684 return UI_STRING("play", "accessibility role description for play button");
686 return UI_STRING("pause", "accessibility role description for pause button");
692 return UI_STRING("back 30 seconds", "accessibility role description for seek back 30 seconds button");
694 return UI_STRING("return to realtime", "accessibility role description for return to real time button");
    [all...]
  /external/webkit/WebKit/win/
WebCoreLocalizedStrings.cpp 40 String WebCore::fileButtonChooseFileLabel() { return String(LPCTSTR_UI_STRING("Choose File", "title for file button used in HTML forms")); }
41 String WebCore::fileButtonNoFileSelectedLabel() { return String(LPCTSTR_UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected")); }
89 String WebCore::AXButtonActionVerb() { return String(LPCTSTR_UI_STRING("press", "Verb stating the action that will occur when a button is pressed, as used by accessibility")); }
90 String WebCore::AXRadioButtonActionVerb() { return String(LPCTSTR_UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility")); }
130 return String(LPCTSTR_UI_STRING("mute", "accessibility role description for mute button"));
132 return String(LPCTSTR_UI_STRING("unmute", "accessibility role description for turn mute off button"));
134 return String(LPCTSTR_UI_STRING("play", "accessibility role description for play button"));
136 return String(LPCTSTR_UI_STRING("pause", "accessibility role description for pause button"));
142 return String(LPCTSTR_UI_STRING("back 30 seconds", "accessibility role description for seek back 30 seconds button"));
144 return String(LPCTSTR_UI_STRING("return to realtime", "accessibility role description for return to real time button"));
    [all...]
  /dalvik/libcore-disabled/SoundTest/res/values/
strings.xml 24 <string name="button_text">I am a Button</string>
  /development/apps/Development/res/layout/
accounts_tester.xml 51 <Button
57 <Button
62 <Button android:id="@+id/accounts_tester_add_account"
67 <Button android:id="@+id/accounts_tester_edit_properties"
package_item.xml 17 <Button xmlns:android="http://schemas.android.com/apk/res/android"
  /development/apps/GestureBuilder/res/values/
strings.xml 30 <!-- Label, button used to add a gesture -->
32 <!-- Label, button used to reload all gestures -->
34 <!-- Label, button used to cancel the operation of adding a gesture -->
36 <!-- Label, button used to save a gesture newly created -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 30 import android.widget.Button;
56 Button speakButton = (Button) findViewById(R.id.btn_speak);
73 * Handle the click on the start recognition button.
  /development/samples/BusinessCard/res/layout/
business_card.xml 6 <Button
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 27 import android.widget.Button;
79 // Set up click handlers for the text field and button
83 Button b = (Button) findViewById(R.id.ok);
  /development/samples/SampleSyncAdapter/res/values/
strings.xml 58 <!-- Button to sign in after entering username and password -->
80 <!-- Button that takes the user to the "sign in" screen -->
83 <!-- Button for going to the previous screen or step -->
86 <!-- Button to cancel the current operation -->
  /device/htc/passion-common/overlay/packages/apps/Contacts/res/values/
config.xml 19 <!-- Enable the onscreen "Dial" button in the dialer. -->
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgaevents.c 63 /* Mouse button press? */
66 xevent.xbutton.button, 0, 0);
70 /* Mouse button release? */
73 xevent.xbutton.button, 0, 0);
  /external/qemu/
offset_layout.py 66 if keyword in ["display", "button"]:
72 if mode == "button" and "{" in line:
90 elif mode == "button" and is_phone:
93 elif mode == "button" and is_keyboard:
  /external/quake/quake/src/QW/progs/
buttons.qc 0 // button and multiple button
72 When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again.
79 "health" if set, the button must be killed instead of touched
  /external/svox/picolanginstaller/res/layout/
retry.xml 12 <Button android:id="@+id/retryButton" android:layout_width="wrap_content"
uninstall.xml 12 <Button android:id="@+id/uninstallButton"
  /external/webkit/WebCore/manual-tests/
Default-port-frame.html 12 <input type="button" onclick="test()" value="Click Me To Test" ></input
autoscroll.html 20 Autoscrolling should stop when you release the mouse button outside the frame (in the main frame,
  /external/webkit/WebCore/manual-tests/accessibility/
java-applet.html 12 <li>Choose AXChildren and select the AXGroup "Button".
  /external/webkit/WebKit/gtk/resources/
error.html 54 <input type="button" value="Try again" onclick="javascript:tryagain()" />
  /frameworks/base/core/tests/coretests/res/layout/
include_button.xml 17 <Button xmlns:android="http://schemas.android.com/apk/res/android"
include_button_with_size.xml 17 <Button xmlns:android="http://schemas.android.com/apk/res/android"

Completed in 91 milliseconds

<<11121314151617181920>>