/sdk/common/tests/src/com/android/utils/ |
D | PositionXmlParserTest.java | 73 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/ |
D | LibraryProperties.java | 157 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/ |
D | StaticPortConfigDialog.java | 163 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/ |
D | StaticPortConfigDialog.java | 164 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/ |
D | LintCliXmlParserTest.java | 81 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/ |
D | AvdSelector.java | 256 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/ |
D | CaptureDisplay.java | 103 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/ |
D | SysinfoPanel.java | 235 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/ |
D | ButtonDetector.java | 449 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/ |
D | ConfigGenerator.java | 491 Element buttons = doc.createElement(PREFIX + NODE_BUTTONS); in generateConfig() local 492 hardware.appendChild(buttons); in generateConfig() 499 buttons.appendChild(buttonsText); in generateConfig()
|
/sdk/ |
D | changes.txt | 55 there aren't any Back buttons.
|
/sdk/eclipse/ |
D | changes.txt | 156 * 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/ |
D | completionvalues1-expected-completion32.txt | 59 android:divider : Drawable to use as a vertical divider between buttons.
|