/bootable/recovery/ |
common.h | 26 int ui_wait_key(); // waits for a key/button press, returns the code
|
/development/apps/Development/src/com/android/development/ |
ShowActivity.java | 30 import android.widget.Button;
|
/development/samples/ApiDemos/res/layout/ |
search_invoke.xml | 37 <Button android:id="@+id/btn_start_search"
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 100 mDrawable = context.getResources().getDrawable(R.drawable.button);
|
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.cpp | 164 // draw the input toggle button 174 // draw the color selector button 184 // draw the full-screen toggle button 195 // draw the clear canvas button
|
/development/samples/SampleSyncAdapter/res/layout/ |
login_activity.xml | 101 <Button
|
/development/samples/TicTacToeMain/ |
_index.html | 9 left, below. When the user presses a button in the View,
|
/device/htc/passion/ |
init.mahimahi.rc | 36 chown system system /sys/class/leds/button-backlight/brightness
|
/external/clearsilver/python/examples/trans/ |
README | 87 button title cannot be extracted by trans safetly.
|
/external/icu4c/data/ |
cldr-icu-readme.txt | 43 2. Click New button
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86dga.h | 109 unsigned int button; member in struct:__anon4408
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.h | 44 POINT ptUp; // x,y position of key/button. Not on screen but in screen coordinates.
|
/external/webkit/WebCore/html/ |
HTMLTagNames.in | 22 button constructorNeedsFormElement, createWithNew
|
/external/webkit/WebCore/inspector/front-end/ |
ChangesView.js | 37 this.clearButton = document.createElement("button");
|
SourceCSSTokenizer.js | 104 "bolder", "border", "border-box", "both", "bottom", "break-all", "break-word", "button", "button-bevel", "buttonface", 109 "default-button", "destination-atop", "destination-in", "destination-out", "destination-over", "disc", "discard", "document", 121 "list-button", "list-item", "listbox", "listitem", "local", "logical", "loud", "lower", "lower-alpha", "lower-greek", "lower-latin", 123 "media-fullscreen-button", "media-mute-button", "media-play-button", "media-return-to-realtime-button", "media-rewind-button", 124 "media-seek-back-button", "media-seek-forward-button", "media-slider", "media-sliderthumb", "media-time-remaining-display" [all...] |
StatusBarButton.js | 33 this.element = document.createElement("button");
|
/external/webkit/WebCore/platform/ |
KeyboardCodes.h | 47 // VK_LBUTTON (01) Left mouse button 48 // VK_RBUTTON (02) Right mouse button 50 // VK_MBUTTON (04) Middle mouse button (three-button mouse)
|
/external/webkit/WebCore/platform/android/ |
KeyboardCodes.h | 34 // VK_LBUTTON (01) Left mouse button 35 // VK_RBUTTON (02) Right mouse button 37 // VK_MBUTTON (04) Middle mouse button (three-button mouse)
|
LocalizedStringsAndroid.cpp | 40 // <input type="file">. The first is the text that appears on the button
|
/external/webkit/WebCore/platform/chromium/ |
KeyboardCodesPosix.h | 33 // VKEY_LBUTTON (01) Left mouse button 34 // VKEY_RBUTTON (02) Right mouse button 36 // VKEY_MBUTTON (04) Middle mouse button (three-button mouse)
|
KeyboardCodesWin.h | 39 // VKEY_LBUTTON (01) Left mouse button 40 // VKEY_RBUTTON (02) Right mouse button 42 // VKEY_MBUTTON (04) Middle mouse button (three-button mouse)
|
ScrollbarThemeChromiumMac.mm | 115 static int cOuterButtonLength[] = { 16, 14 }; // The outer button in a double button pair is a bit bigger. 246 // Our repaint rect is slightly larger, since we are a button that is adjacent to the track. 344 if (evt.button() != LeftButton)
|
/external/webkit/WebCore/platform/haiku/ |
KeyboardCodes.h | 34 // VK_LBUTTON (01) Left mouse button 35 // VK_RBUTTON (02) Right mouse button 37 // VK_MBUTTON (04) Middle mouse button (three-button mouse)
|
/external/webkit/WebCore/platform/mac/ |
ScrollbarThemeMac.mm | 102 static int cOuterButtonLength[] = { 16, 14 }; // The outer button in a double button pair is a bit bigger. 233 // Our repaint rect is slightly larger, since we are a button that is adjacent to the track. 331 if (evt.button() != LeftButton)
|
/external/webkit/WebCore/platform/wx/ |
KeyboardCodes.h | 33 // VK_LBUTTON (01) Left mouse button 34 // VK_RBUTTON (02) Right mouse button 36 // VK_MBUTTON (04) Middle mouse button (three-button mouse)
|