Searched defs:buttons (Results 1 - 25 of 27) sorted by relevance

12

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
H A DOISLIRC.h36 RemoteInfo() : buttons(0) {}
40 buttons = other.buttons;
44 int buttons; member in struct:OIS::RemoteInfo
/external/autotest/frontend/client/src/autotest/common/table/
H A DRadioButtonSetFilter.java15 private Vector<RadioButton> buttons; field in class:RadioButtonSetFilter
25 buttons = new Vector();
35 int formValue = buttons.size();
38 buttons.add(radioButton);
43 if (index < buttons.size())
45 buttons.get(index).setChecked(true);
53 return buttons.size();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
H A DLinuxPrereqs.h56 JoyStickInfo(): devId(-1),joyFileD(-1),version(0),axes(0),buttons(0),hats(0) {}
67 //! Number of buttons
68 unsigned char buttons; member in class:OIS::JoyStickInfo
71 //! Maps Linux button values to OIS buttons values
/external/lzma/CPP/Windows/Control/
H A DToolBar.h20 // maybe it must be fixed for more than 1 buttons
35 bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); } argument
37 bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); } argument
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DMusicTest.java40 TextureRegion buttons; field in class:MusicTest
53 buttons = new TextureRegion(new Texture(Gdx.files.internal("data/playback.png")));
87 batch.draw(buttons, 0, 0);
115 buttons.getTexture().dispose();
/external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
H A DAndroidController.java36 protected final IntIntMap buttons = new IntIntMap(); field in class:AndroidController
110 return buttons.containsKey(buttonIndex);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
H A DEventHelpers.cpp44 vector<int> buttons, relAxes, absAxes, hats; member in class:DeviceComponentInfo
137 << ") : Reading device buttons features" << endl;
141 OIS_EXCEPT( E_General, "Could not read device buttons features");
147 components.buttons.push_back(j);
165 int buttons = 0; local
172 for(vector<int>::iterator i = info.buttons.begin(), e = info.buttons.end(); i != e; ++i )
180 js.button_map[*i] = buttons++;
184 << " OIS Button Num: " << dec << buttons-1 << endl;
196 js.buttons
[all...]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
H A DOISWiiMote.cpp344 int buttons = (int)mState.mButtons.size(); local
345 for( int b = 0; b < buttons; ++b )
/external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/
H A DGwtController.java35 protected final IntFloatMap buttons = new IntFloatMap(); field in class:GwtController
58 return buttons.get(buttonCode, 0) >= 0.5f;
62 return buttons.get(buttonCode, 0);
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
H A DButtonGroup.java21 /** Manages a group of buttons to enforce a minimum and maximum number of checked buttons. This enables "radio button"
27 private final Array<T> buttons = new Array(); field in class:ButtonGroup
37 public ButtonGroup (T... buttons) { argument
39 add(buttons);
46 boolean shouldCheck = button.isChecked() || buttons.size < minCheckCount;
49 buttons.add(button);
53 public void add (T... buttons) { argument
54 if (buttons == null) throw new IllegalArgumentException("buttons canno
66 remove(T... buttons) argument
[all...]
/external/ImageMagick/MagickWand/
H A Danimate.c101 *buttons[]=
226 for (p=buttons; *p != (char *) NULL; p++)
99 *buttons[]= local
H A Ddisplay.c102 *buttons[]=
261 for (p=buttons; *p != (char *) NULL; p++)
100 *buttons[]= local
/external/kernel-headers/original/uapi/linux/
H A Djoystick.h61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
H A DOISMouse.h44 MouseState() : width(50), height(50), buttons(0) {};
60 //! represents all buttons - bit position indicates button down
61 int buttons; member in class:OIS::MouseState
66 return ((buttons & ( 1L << button )) == 0) ? false : true;
75 buttons = 0;
86 //! The state of the mouse - including buttons and axes
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ois/
H A DOisJoystick.java30 private final boolean[] buttons; field in class:OisJoystick
40 buttons = new boolean[getButtonCount()];
52 buttons[buttonIndex] = true;
57 buttons[buttonIndex] = false;
134 if (buttonIndex < 0 || buttonIndex >= buttons.length) return false;
135 return buttons[buttonIndex];
/external/fio/
H A Dgfio.c214 * Update sensitivity of job buttons and job menu items, based on the
1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; local
1175 buttons = malloc(sizeof(GtkWidget *) * FD_DEBUG_MAX);
1184 buttons[i] = gtk_check_button_new_with_label(debug_levels[i].name);
1185 gtk_widget_set_tooltip_text(buttons[i], debug_levels[i].help);
1186 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6); local
1199 set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(buttons[i]));
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.cpp1433 //buttons here
2676 if (param_matrixWorld.m11() > 1 && evnt->buttons() == Qt::LeftButton)
2830 Qt::MouseButtons buttons = evnt->buttons(); local
2840 if(buttons & Qt::LeftButton)
2842 if(buttons & Qt::RightButton)
2844 if(buttons & Qt::MidButton)
3217 Qt::MouseButtons buttons = evnt->buttons(); local
3227 if (buttons
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1081 milliseconds

12