Home
last modified time | relevance | path

Searched refs:spacing (Results 1 – 8 of 8) sorted by relevance

/sdk/templates/docs/
Dcssreset-min.css7 …lockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{bo…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java77 Label spacing = new Label(container, SWT.NONE); in createControl() local
78 spacing.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 4, 1)); in createControl()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java76 ScreenViewer(Workspace workspace, IDevice device, int spacing) { in ScreenViewer() argument
92 JPanel loupePanel = buildLoupePanel(spacing); in ScreenViewer()
104 private JPanel buildLoupePanel(int spacing) { in buildLoupePanel() argument
114 loupePanel.setBorder(BorderFactory.createEmptyBorder(0, spacing, 0, 0)); in buildLoupePanel()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DAccordionControl.java93 layout.spacing = ITEM_SPACING; in createChildContainer()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt124 android:horizontalSpacing : Defines the default horizontal spacing between columns. [dimension]
152 android:lineSpacingExtra : Extra spacing between lines of text. [dimension]
153 android:lineSpacingMultiplier : Extra spacing between lines of text, as a multiplier. [float]
250 android:spacing : [dimension]
311 android:verticalSpacing : Defines the default vertical spacing between rows. [dimension]
Dcompletion1-expected-completion39.txt59 android:lineSpacingExtra : Extra spacing between lines of text. [dimension]
60 android:lineSpacingMultiplier : Extra spacing between lines of text, as a multiplier. [float]
Dcompletion5-expected-completion40.txt59 android:lineSpacingExtra : Extra spacing between lines of text. [dimension]
60 android:lineSpacingMultiplier : Extra spacing between lines of text, as a multiplier. [float]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java402 rlPreviewAreaPreviewArea.spacing = 0; in createControl()