Home
last modified time | relevance | path

Searched refs:buttons (Results 1 – 25 of 48) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/common/table/
DRadioButtonSetFilter.java15 private Vector<RadioButton> buttons; field in RadioButtonSetFilter
25 buttons = new Vector(); in RadioButtonSetFilter()
35 int formValue = buttons.size(); in addRadioButon()
38 buttons.add(radioButton); in addRadioButon()
43 if (index < buttons.size()) in setSelectedButton()
45 buttons.get(index).setChecked(true); in setSelectedButton()
53 return buttons.size(); in getButtonNum()
/external/lzma/CPP/Windows/Control/
DToolBar.h35 …tton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONS, numBut… in AddButton() argument
37 …tonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONSW, numBu… in AddButtonW() argument
/external/autotest/frontend/client/src/autotest/afe/
DAbortSynchronousDialog.java55 Panel buttons = new HorizontalPanel(); in AbortSynchronousDialog() local
56 buttons.add(abortAll); in AbortSynchronousDialog()
58 buttons.add(abortAsynchronous); in AbortSynchronousDialog()
60 buttons.add(cancel); in AbortSynchronousDialog()
61 contents.add(buttons); in AbortSynchronousDialog()
/external/autotest/client/cros/
Dsemiauto_framework.py58 def set_tab_with_buttons(self, html, buttons=['OK']): argument
68 for title in buttons:
/external/libvncserver/webclients/novnc/include/
Dbase.css77 .noVNC-buttons-left {
83 .noVNC-buttons-right {
415 .noVNC-buttons-left {
419 .noVNC-buttons-right {
457 .noVNC-buttons-left {
460 .noVNC-buttons-right {
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat40 …egments display here. You may add, revise, or delete segments using the buttons at the left. You…
41 …rrently selected segment display here. Double click to edit, or use the buttons at the left to ad…
101 …ile display here. Double click on a segment to add it to the play queue, or use the buttons below.
103 …segment displays its current run status. You may modify the playback state with the buttons below.
/external/autotest/client/site_tests/hardware_GPIOSwitches/
Dcontrol17 This test checks if the buttons and mode switches are set as expected
/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp175 if( event->buttons() & Qt::LeftButton ) in mousePressEvent()
192 if( event->buttons() & Qt::LeftButton ) in mouseMoveEvent()
/external/kernel-headers/original/uapi/linux/
Djoystick.h112 __s32 buttons; member
/external/proguard/docs/manual/
Dstyle.css132 /* Settings for buttons. */
/external/opencv3/modules/highgui/src/
Dwindow_QT.cpp2676 if (param_matrixWorld.m11() > 1 && evnt->buttons() == Qt::LeftButton) in mouseMoveEvent()
2830 Qt::MouseButtons buttons = evnt->buttons(); in icvmouseHandler() local
2840 if(buttons & Qt::LeftButton) in icvmouseHandler()
2842 if(buttons & Qt::RightButton) in icvmouseHandler()
2844 if(buttons & Qt::MidButton) in icvmouseHandler()
3217 Qt::MouseButtons buttons = evnt->buttons(); in icvmouseHandler() local
3227 if (buttons & Qt::LeftButton) in icvmouseHandler()
3229 if (buttons & Qt::RightButton) in icvmouseHandler()
3231 if (buttons & Qt::MidButton) in icvmouseHandler()
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
DSDLActivity.java897 LinearLayout buttons = new LinearLayout(this); in onCreateDialog() local
898 buttons.setOrientation(LinearLayout.HORIZONTAL); in onCreateDialog()
899 buttons.setGravity(Gravity.CENTER); in onCreateDialog()
939 buttons.addView(button); in onCreateDialog()
947 content.addView(buttons); in onCreateDialog()
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Ddevenvironment.rst33 Run and Deploy buttons instead of using these commands.
/external/fio/
Dgfio.c1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; in preferences() local
1175 buttons = malloc(sizeof(GtkWidget *) * FD_DEBUG_MAX); in preferences()
1184 buttons[i] = gtk_check_button_new_with_label(debug_levels[i].name); in preferences()
1185 gtk_widget_set_tooltip_text(buttons[i], debug_levels[i].help); in preferences()
1186 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6); in preferences()
1199 set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(buttons[i])); in preferences()
/external/chromium-trace/catapult/dashboard/docs/
Ddeploy-checklist.md57 - The buttons in the legend should change which items are selected.
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js386 e.buttons = inDict.buttons || 0;
394 pressure = e.buttons ? 0.5 : 0;
964 return new MouseEvent('test', {buttons: 1}).buttons === 1; property
1020 e.buttons = currentButtons;
1040 if ((HAS_BUTTONS ? e.buttons : e.which) === 0) {
1042 currentButtons = e.buttons = 0;
1045 this.cleanupMouse(e.buttons);
1058 this.cleanupMouse(e.buttons);
1061 cleanupMouse: function(buttons) { argument
1062 if (buttons === 0) {
[all …]
Dpolymer.min.js11buttons=d.buttons||0;var h=0;return h=d.pressure?d.pressure:f.buttons?.5:0,f.x=f.clientX,f.y=f.cli… property
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js386 e.buttons = inDict.buttons || 0;
394 pressure = e.buttons ? 0.5 : 0;
964 return new MouseEvent('test', {buttons: 1}).buttons === 1; property
1020 e.buttons = currentButtons;
1040 if ((HAS_BUTTONS ? e.buttons : e.which) === 0) {
1042 currentButtons = e.buttons = 0;
1045 this.cleanupMouse(e.buttons);
1058 this.cleanupMouse(e.buttons);
1061 cleanupMouse: function(buttons) { argument
1062 if (buttons === 0) {
[all …]
Dpolymer.min.js11buttons=d.buttons||0;var h=0;return h=d.pressure?d.pressure:f.buttons?.5:0,f.x=f.clientX,f.y=f.cli… property
/external/autotest/client/cros/bluetooth/
Dbluetooth_semiauto_helper.py224 self.set_tab_with_buttons(html, buttons=['PASS', 'FAIL'])
/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m298 // standard window buttons
Dobjcmt-ns-macros.m.result291 // standard window buttons
/external/avahi/avahi-python/avahi-discover/
Davahi-discover.py49 type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_OK)
/external/autotest/client/tests/kvm/steps/
DDSL-4.2.5.steps269 # 2 buttons
/external/skia/site/dev/testing/
Dskialab.md88 the hosts page. Hold the power and volume-up buttons until the device

12