Home
last modified time | relevance | path

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

/sdk/common/tests/src/com/android/utils/
DPositionXmlParserTest.java73 NodeList buttons = document.getElementsByTagName("Button"); in test() local
74 assertEquals(2, buttons.getLength()); in test()
92 Element button = (Element) buttons.item(0); in test()
103 Element button2 = (Element) buttons.item(1); in test()
143 NodeList buttons = document.getElementsByTagName("Button"); in testText() local
144 assertEquals(1, buttons.getLength()); in testText()
150 Element button = (Element) buttons.item(0); in testText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java157 Composite buttons = new Composite(mTop, SWT.NONE); in LibraryProperties() local
158 buttons.setLayout(new GridLayout()); in LibraryProperties()
159 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL)); in LibraryProperties()
163 mAddButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in LibraryProperties()
183 mRemoveButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in LibraryProperties()
199 Label l = new Label(buttons, SWT.SEPARATOR | SWT.HORIZONTAL); in LibraryProperties()
202 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in LibraryProperties()
222 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in LibraryProperties()
/sdk/ddms/app/src/com/android/ddms/
DStaticPortConfigDialog.java163 Composite buttons = new Composite(main, SWT.NONE); in createUI() local
164 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL)); in createUI()
165 buttons.setLayout(new GridLayout(1, true)); in createUI()
167 Button newButton = new Button(buttons, SWT.NONE); in createUI()
186 final Button editButton = new Button(buttons, SWT.NONE); in createUI()
210 final Button deleteButton = new Button(buttons, SWT.NONE); in createUI()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortConfigDialog.java164 Composite buttons = new Composite(main, SWT.NONE); in createUI() local
165 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL)); in createUI()
166 buttons.setLayout(new GridLayout(1, true)); in createUI()
168 Button newButton = new Button(buttons, SWT.NONE); in createUI()
187 final Button editButton = new Button(buttons, SWT.NONE); in createUI()
211 final Button deleteButton = new Button(buttons, SWT.NONE); in createUI()
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
DLintCliXmlParserTest.java81 NodeList buttons = document.getElementsByTagName("Button"); in test() local
82 assertEquals(2, buttons.getLength()); in test()
100 Element button = (Element) buttons.item(0); in test()
118 Element button2 = (Element) buttons.item(1); in test()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DAvdSelector.java256 Composite buttons = new Composite(group, SWT.NONE); in AvdSelector() local
257 buttons.setLayout(gl = new GridLayout(1, false /*makeColumnsEqualWidth*/)); in AvdSelector()
259 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL)); in AvdSelector()
260 buttons.setFont(group.getFont()); in AvdSelector()
263 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in AvdSelector()
274 mEditButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in AvdSelector()
285 mDeleteButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in AvdSelector()
296 mRepairButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in AvdSelector()
307 Label l = new Label(buttons, SWT.SEPARATOR | SWT.HORIZONTAL); in AvdSelector()
311 mDetailsButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in AvdSelector()
[all …]
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DCaptureDisplay.java103 Composite buttons = new Composite(sButtonBar, SWT.NONE); in createShell() local
104 buttons.setLayout(new FillLayout()); in createShell()
106 sOnWhite = new Button(buttons, SWT.TOGGLE); in createShell()
108 sOnBlack = new Button(buttons, SWT.TOGGLE); in createShell()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DSysinfoPanel.java235 Composite buttons = new Composite(top, SWT.NONE); in createControl() local
236 buttons.setLayout(new RowLayout()); in createControl()
238 mDisplayMode = new Combo(buttons, SWT.PUSH); in createControl()
255 final Button loadButton = new Button(buttons, SWT.PUSH); in createControl()
271 mFetchButton = new Button(buttons, SWT.PUSH); in createControl()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DButtonDetector.java449 List<Element> buttons = LintUtils.getChildren(element.getParentNode()); in report() local
454 for (Element button : buttons) { in report()
479 List<String> labelList = getLabelList(buttons); in report()
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java491 Element buttons = doc.createElement(PREFIX + NODE_BUTTONS); in generateConfig() local
492 hardware.appendChild(buttons); in generateConfig()
499 buttons.appendChild(buttonsText); in generateConfig()
/sdk/
Dchanges.txt55 there aren't any Back buttons.
/sdk/eclipse/
Dchanges.txt156 * The Lint Options dialog has Enable All and Disable All buttons,
322 Similarly, dropping images or image buttons will pop up image
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt59 android:divider : Drawable to use as a vertical divider between buttons.