Searched refs:button (Results 1 - 25 of 161) sorted by relevance

1234567

/external/autotest/frontend/client/src/autotest/afe/
H A DRadioChooser.java28 IRadioButton button = display.generateRadioButton(groupName, choice);
30 // first button in this group
31 defaultButton = button;
32 button.setValue(true);
34 radioButtons.add(button);
38 for (IRadioButton button : radioButtons) {
39 if (button.getValue()) {
40 return button.getText();
43 throw new RuntimeException("No radio button selected");
61 for (IRadioButton button
[all...]
/external/chromium-trace/catapult/firefighter/default/tracing/tracing/ui/tracks/
H A Dtrack.css6 .track-button {
16 .track-button:hover {
23 .track-close-button {
29 .track-collapse-button {
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
H A Dtrack.css6 .track-button {
16 .track-button:hover {
23 .track-close-button {
29 .track-collapse-button {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImplMac.java22 * button for Mac OSX.
44 CFlatButton button = new CFlatButton(propertyTable, SWT.NONE);
45 button.setImage(getPresentation().getImage());
46 button.setToolTipText(getPresentation().getTooltip());
47 return button;
52 CFlatButton button = (CFlatButton) m_propertyToControl.get(propertyTable, property);
53 if (button != null) {
54 button.setSelected(selected);
H A DButtonPropertyEditorPresentationImpl.java83 Button button = (Button) m_propertyToControl.get(propertyTable, property);
84 if (button != null) {
85 button.setSelection(selected);
141 Button button = new Button(propertyTable, getPresentation().getStyle());
142 button.setImage(getPresentation().getImage());
143 button.setToolTipText(getPresentation().getTooltip());
144 return button;
/external/chromium-trace/catapult/firefighter/default/tracing/tracing/ui/base/
H A Dtool_button.css6 * /deep/ .tool-button {
15 * /deep/ .tool-button.active {
/external/chromium-trace/catapult/tracing/tracing/ui/base/
H A Dtool_button.css6 * /deep/ .tool-button {
15 * /deep/ .tool-button.active {
/external/toybox/kconfig/lxdialog/
H A Dyesno.c44 int i, x, y, key = 0, button = 0; local
93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button);
95 print_buttons(dialog, height, width, button);
101 return button;
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
118 if (button == -1) { /* Input box selected */
181 switch (button) {
183 button = 1; /* Indicates "Cancel" button is selected */
187 button = -1; /* Indicates input box is selected */
193 button = 0; /* Indicates "OK" button is selected */
201 switch (button) {
203 button
[all...]
H A Dchecklist.c115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
283 button = 1;
295 return button;
299 button = ((key == KEY_LEFT ? --button : ++button) < 0)
300 ? 1 : (button > 1 ? 0 : button);
302 print_buttons(dialog, height, width, button);
/external/chromium-trace/catapult/dashboard/dashboard/static/
H A Dbase.css77 .kennedy-button, .kennedy-button-submit {
88 .kennedy-button {
96 .kennedy-button:disabled, .kennedy-button-submit:disabled {
100 .kennedy-button:hover, .kennedy-button-submit:hover {
104 .kennedy-button:active, .kennedy-button-submit:active {
108 .kennedy-button
[all...]
/external/autotest/server/cros/ap_configurators/
H A DbelkinF7D1301_ap_configurator.py27 button = '//input[@type="submit" and @value="Apply Changes"]'
28 self.click_button_by_xpath(button,
H A Dlinksyswrt610n_ap_configurator.py78 button = 'wl0_closed'
80 button = 'wl1_closed'
82 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
H A Dlinksyse2500_ap_configurator.py129 button = 'closed_24g'
131 button = 'closed_5g'
133 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
H A Dnetgear3700_ap_configurator.py95 # The button name seems to differ in various Netgear routers
104 button = '//input[@name="Generate"]'
108 button = '//input[@name="Generate_an"]'
114 self.click_button_by_xpath(button, alert_handler=self._alert_handler)
H A Ddlink_dir300_ap_configurator.py80 button = self.driver.find_element_by_xpath('//input[@name="apply"]')
81 button.click()
85 button = self.driver.find_element_by_xpath(button_xpath)
86 button.click()
/external/proguard/src/proguard/gui/
H A DTabbedPane.java68 * @param title the title that will be used in the tab button.
80 JToggleButton button = new JToggleButton(title);
82 // Let the button react on the mouse press, instead of waiting for the
84 button.setModel(new JToggleButton.ToggleButtonModel()
117 // Switch to the tab on a button press.
118 button.addActionListener(new ActionListener()
126 // Only one button can be selected at the same time.
127 buttonGroup.add(button);
129 // If this is the first tab, make sure its button is selected.
132 button
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemoApplet.java19 * A simple Applet that shows a button. When pressed, the button
42 Button button = new Button("Transliteration Demo");
43 button.addActionListener(new ActionListener() {
58 add(button);
60 Dimension size = button.getPreferredSize();
H A DInfoDialog.java25 protected Button button; field in class:InfoDialog
49 button = new Button("Hide");
50 button.addActionListener(new ActionListener() {
57 bottom.add(button);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestFragment.java55 Button button = new Button(context);
56 button.setId(R.id.button);
58 view.addView(button);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DHelpActivity.java68 Button button = new Button(this);
70 button.setText(topic);
72 button.setOnClickListener(new OnClickListener() {
80 content.addView(button);
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
H A Ddebug.js44 function submitInput(button, tbid) {
45 var input = $(button.getAttribute('input-from'));
46 var output = $(button.getAttribute('output-to'));
89 function expandInput(button) {
90 var input = button.form.elements.input;
109 button.value = text;
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java246 Button button = new Button("+100");
247 button.addActionListener( new ActionListener() {
252 panel2.add(button);
253 button = new Button("+10");
254 button.addActionListener( new ActionListener() {
259 panel2.add(button);
260 button = new Button("+1");
261 button.addActionListener( new ActionListener() {
266 panel2.add(button);
267 button
[all...]
/external/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py38 """Action describing a button press."""
39 def __init__(self, button, press_type):
40 self.button = button
45 return device.press(self.button, self.press_type)
56 return PressAction(action_dict['button'], action_dict['press_type'])
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Durl.py330 button = property(button__get) variable in class:URL
374 >>> b = u.button['confirm=Sure?'](id=5, content='del')
376 '<button onclick="if (confirm(\'Sure?\')) {location.href=\'/delete?id=5\'}; return false">del</button>'
379 default_params = {'tag': 'button'}
393 button = self
395 button = button.param(confirm=vars.pop('confirm'))
397 button = button
[all...]

Completed in 1154 milliseconds

1234567