Searched refs:spacing (Results 1 – 8 of 8) sorted by relevance
/sdk/templates/docs/ |
D | cssreset-min.css | 7 …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/ |
D | WelcomeWizardPage.java | 77 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/ |
D | ScreenViewer.java | 76 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/ |
D | AccordionControl.java | 93 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/ |
D | completionvalues1-expected-completion32.txt | 124 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]
|
D | completion1-expected-completion39.txt | 59 android:lineSpacingExtra : Extra spacing between lines of text. [dimension] 60 android:lineSpacingMultiplier : Extra spacing between lines of text, as a multiplier. [float]
|
D | completion5-expected-completion40.txt | 59 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/ |
D | ConfigureAssetSetPage.java | 402 rlPreviewAreaPreviewArea.spacing = 0; in createControl()
|