Home
last modified time | relevance | path

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

/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/emulator/skins/dynamic/
Dlayout22 buttons {
65 buttons {
120 buttons {
/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/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java493 Element buttons = doc.createElement(PREFIX + NODE_BUTTONS); in generateConfig() local
494 hardware.appendChild(buttons); in generateConfig()
501 buttons.appendChild(buttonsText); in generateConfig()
/sdk/
Dchanges.txt62 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.