/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
joystick.h | 63 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */ 114 __s32 buttons; member in struct:JS_DATA_TYPE
|
/external/webkit/Source/WebKit2/Shared/qt/ |
WebEventFactoryQt.cpp | 44 if (event->button() == Qt::LeftButton || (event->buttons() & Qt::LeftButton)) 46 else if (event->button() == Qt::RightButton || (event->buttons() & Qt::RightButton)) 48 else if (event->button() == Qt::MidButton || (event->buttons() & Qt::MidButton))
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 188 #internetPage[accesslocked] #wireless-buttons, 215 #wireless-buttons > * > button {
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.h | 22 // A controller for the pop-up windows from bookmark folder buttons 46 // Bookmark bar folder controllers own their buttons. When doing 65 // Our buttons. We do not have buttons for nested folders. 74 // The main view of this window (where the buttons go) within the scroller. 129 // Precalculated sum of left and right edge padding of buttons in a 176 // Re-layout the window menu in case some buttons were added or removed, 212 - (NSArray*)buttons;
|
bookmark_bar_controller.h | 40 // Used as a maximum width for buttons on the bar. 43 // Horizontal frame inset for buttons in the bookmark bar. 46 // Vertical frame inset for buttons in the bookmark bar. 49 // Used as a min/max width for buttons on menus (not on the bar). 179 // Our bookmark buttons, ordered from L-->R. 182 // The folder image so we can use one copy for all buttons 185 // The default image, so we can use one copy for all buttons. 224 // We have a special menu for folder buttons. This starts as a copy 235 // We save the view width when we add bookmark buttons. This lets 240 // The number of buttons we display in the bookmark bar. This doe [all...] |
/external/webkit/Source/WebCore/platform/efl/ |
PlatformMouseEventEfl.cpp | 81 , m_button(MouseButton(event->buttons - 1))
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 175 if( event->buttons() & Qt::LeftButton ) 192 if( event->buttons() & Qt::LeftButton )
|
/external/webkit/Tools/QtTestBrowser/ |
webview.cpp | 250 setProperty("mouseButtons", QVariant::fromValue(int(event->buttons()))); 258 setProperty("mouseButtons", QVariant::fromValue(int(event->buttons())));
|
/external/qemu/android/skin/ |
file.c | 275 part->buttons = NULL; 338 button->next = part->buttons; 339 part->buttons = button; 382 node = aconfig_find(root, "buttons"); 389 button->next = part->buttons; 390 part->buttons = button;
|
window.c | 803 Button* buttons; member in struct:Layout 812 Button* __button = (layout)->buttons; \ 839 button_done( &layout->buttons[nn] ); 847 AFREE( layout->buttons ); 848 layout->buttons = NULL; 893 AARRAY_NEW0(layout->buttons, n_buttons); 897 if (layout->buttons == NULL && n_buttons > 0) goto Fail; 925 Button* button = layout->buttons + n_buttons; 1066 /* filter DPAD and QWERTY buttons right here */ 1079 /* these correspond to non-qwerty buttons */ [all...] |
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
SDL_sysjoystick.c | 86 long buttons; /* number of buttons (calculated, not reported by device) */ member in struct:joystick_hwdata 339 pDevice->buttons++; 712 joystick->nbuttons = device->buttons; 739 for (i = 0; i < device->buttons; i++) 765 if (value > 1) /* handle pressure-sensitive buttons */ 767 if ( value != joystick->buttons[i] )
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/win32/ |
SDL_mmjoystick.c | 40 #define MAX_BUTTONS 32 /* and 32 buttons */ 319 if ( ! joystick->buttons[i] ) { 323 if ( joystick->buttons[i] ) {
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
upload_page.js | 59 var buttons = document.querySelectorAll('.cancel-button'); 60 for (var i = 0; i < buttons.length; i++) { 61 buttons[i].addEventListener('click', this.close_.bind(this));
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/ |
SDL_sysjoystick.c | 450 if (gameport.b1 != joy->buttons[0]) { 453 if (gameport.b2 != joy->buttons[1]) { 504 if (joy->buttons[nbutton] != v) {
|
/external/quake/quake/src/QW/client/ |
cl_cam.c | 499 if (cmd->buttons & BUTTON_ATTACK) { 524 if ((cmd->buttons & BUTTON_JUMP) && (oldbuttons & BUTTON_JUMP)) 527 if (!(cmd->buttons & BUTTON_JUMP)) {
|
cl_input.c | 29 KEY BUTTONS 352 cmd->buttons |= 1; 356 cmd->buttons |= 2;
|
cl_pred.c | 96 to->oldbuttons = pmove.cmd.buttons;
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityWindowQueryTest.java | 57 List<AccessibilityNodeInfo> buttons = getInstrumentation().getUiAutomation() local 59 assertEquals(9, buttons.size());
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardTransportControlView.java | 204 final View buttons[] = { mBtnPrev, mBtnPlay, mBtnNext }; local 205 for (View view : buttons) {
|
/external/chromium/chrome/browser/resources/ |
wrench_menu.js | 6 * ButtonCommand class for small buttons on menu items. 173 * ZoomMenuItem which has plus and fullscreen buttons inside.
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/macos/ |
SDL_sysjoystick.c | 296 if ( d != joystick->buttons[i] ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysvideo.cc | 579 uint32 buttons; local 584 (SDL_Win->View())->GetMouse(&point, &buttons, true);
|
/external/webkit/Tools/DumpRenderTree/qt/ |
EventSenderQt.cpp | 614 QGraphicsSceneMouseEvent* EventSender::createGraphicsSceneMouseEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) 621 event->setButtons(buttons);
|
/frameworks/base/core/java/com/android/internal/widget/ |
TransportControlView.java | 215 final View buttons[] = { mBtnPrev, mBtnPlay, mBtnNext }; local 216 for (View view : buttons) {
|
/frameworks/base/docs/html/design/ |
design_toc.cs | 57 <li><a href="<?cs var:toroot ?>design/building-blocks/buttons.html">Buttons</a></li>
|