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

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_joystick.h 150 * Get the current state of a button on a joystick
151 * The button indices start at index 0.
153 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick *joystick, int button);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 52 /* Calc Button Flag for buttons A to D */
388 int corr; /* Correction for button names */
451 /* joystick button A to D events */
459 Button A: 1110 0000
460 Button B: 1101 0000
461 Button C: 1011 0000
462 Button D: 0111 0000
480 /* Joystick button E to H buttons */
482 Button E: Axis 2 X Left
483 Button F: Axis 2 Y U
    [all...]
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 20 import android.widget.Button;
156 Button retryButton = (Button) findViewById(R.id.retryButton);
  /external/webkit/WebCore/rendering/
RenderButton.cpp 120 // If we're an input element, we may need to change our button text.
143 // Input elements can't have children, but button elements can. We'll
144 // write the code assuming any other button types that might emerge in the future
TextControlInnerElements.cpp 155 if (evt->type() == eventNames().mousedownEvent && evt->isMouseEvent() && static_cast<MouseEvent*>(evt)->button() == LeftButton) {
189 if (evt->type() == eventNames().mousedownEvent && evt->isMouseEvent() && static_cast<MouseEvent*>(evt)->button() == LeftButton) {
198 } else if (evt->type() == eventNames().mouseupEvent && evt->isMouseEvent() && static_cast<MouseEvent*>(evt)->button() == LeftButton) {
  /external/webkit/WebKitTools/GtkLauncher/
main.c 152 /* the back button */
157 /* The forward button */
170 /* The go button */
  /frameworks/base/core/res/res/layout/
alert_dialog.xml 122 <Button android:id="@+id/button1"
128 <Button android:id="@+id/button3"
134 <Button android:id="@+id/button2"
keyguard_screen_tab_unlock.xml 155 <!-- emergency call button shown when sim is PUKd and tab_selector is
157 <Button
165 style="@style/Widget.Button.Transparent"
keyguard_screen_tab_unlock_land.xml 156 <!-- emergency call button shown when sim is PUKd and tab_selector is
158 <Button
163 style="@style/Widget.Button.Transparent"
  /frameworks/base/docs/html/guide/tutorials/views/
hello-webview.jd 81 we can't navigate back. We need to handle the back button
85 <li>To handle the back button key press, add the following method inside the HelloWebView
97 whether the key pressed is the BACK button and whether the
  /frameworks/base/docs/html/resources/articles/
drawable-mutations.jd 18 {@link android.widget.Button Button}, a new drawable is loaded from the framework
24 resource. In the case of a button, the constant state contains a bitmap image.
ui-1.6.jd 83 <p>Setting up a click listener on a button is very common task, but
95 requires giving each button an id in your XML layout file:</p>
123 <pre>&lt;Button android:onClick="myClickHandler" /&gt;</pre>
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
ElementImpl.h 118 /** Defining "onClick()" event input,textarea,button, and anchor*/
121 /** Defining "onBlur()" event,for input,textarea,button,anchor and select */
124 /** Defining "onFocus()" event,for input,textarea,button,anchor and select*/
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 21 import android.widget.Button;
35 private Button mEqualButton;
51 Logic(Context context, History history, CalculatorDisplay display, Button equalButton) {
  /packages/apps/Camera/src/com/android/camera/
ThumbnailController.java 43 * A controller shows thumbnail picture on a button. The thumbnail picture
62 ImageView button, ContentResolver contentResolver) {
64 mButton = button;
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
KindSectionView.java 109 // Only show the add button if this is a list
174 // in these cases we should show the remove button for all but the first value
199 // if this is not a list the plus button is not visible but the user might have clicked
  /packages/apps/DeskClock/res/layout/
alarm_time.xml 24 1. The checkbox button resources cannot contain layouts so I have to
26 2. The normal checkbox has a really messed up layout. Using the button
44 android:button="@null" />
  /packages/apps/Email/res/layout/
message_compose.xml 129 <Button
135 <Button
141 <Button
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupExchangeTests.java 30 import android.widget.Button;
43 private Button mNextButton;
173 mNextButton = (Button) mActivity.findViewById(R.id.next);
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 37 import android.widget.Button;
94 Button mSendButton = (Button) getActivity().getWindow().findViewById(R.id.send_button);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 31 import android.widget.Button;
146 Button send = (Button)a.findViewById(R.id.send_button);
  /packages/apps/Phone/res/layout/
call_card_person_info.xml 46 <!-- The big "Manage conference" button that we show in place of
49 invisible if this button is visible, and vice-versa. -->
50 <Button android:id="@+id/manageConferencePhotoButton"
  /packages/apps/Settings/res/layout/
wifi_status_test.xml 23 <!-- Update Button -->
24 <Button android:id="@+id/update"
105 <Button android:id="@+id/ping_test"
  /packages/apps/SoundRecorder/res/values/
strings.xml 42 <!-- button to accept the current recording and return it to the caller -->
44 <!-- button to discard the current recording and return to the caller -->
46 <!-- acknowlegement button in a number of dialogs -->
  /packages/apps/VoiceDialer/res/values/
strings.xml 22 by green Call button -->
26 Call button launch -->
28 Pressing &amp; holding the green Call button opens the Voice

Completed in 1047 milliseconds

<<31323334353637383940>>