Home
last modified time | relevance | path

Searched refs:padding (Results 1 – 25 of 31) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java115 private void computePadding(Node view, int[] padding) { in computePadding() argument
140 padding[0] = p[0]; in computePadding()
141 padding[1] = p[1]; in computePadding()
149 combineLinearLayout(childrenPadding.values(), padding, horizontal); in computePadding() local
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/); in computePadding() local
153 combineLinearLayout(childrenPadding.values(), padding, true /*true*/); in computePadding() local
161 padding[0] += p[0]; in computePadding()
162 padding[1] += p[1]; in computePadding()
170 padding[0]++; in computePadding()
171 padding[1]++; in computePadding()
[all …]
DUiElementPullParser.java173 Node padding = attributes.getNamedItemNS(ANDROID_URI, ATTR_PADDING); in push() local
174 if (padding == null) { in push()
564 int padding = ExplodedRenderingHelper.PADDING_VALUE; in addPaddingToValue() local
566 padding += sIntOut[0]; in addPaddingToValue()
569 return padding + UNIT_PX; in addPaddingToValue()
/sdk/templates/docs/
Ddefault.css28 padding: 0;
58 padding: 2px 0;
74 padding: 16px 0 16px 32px;
86 padding-left: 16px;
87 padding-top: 4px;
88 padding-bottom: 4px;
149 padding-top: 48px;
157 padding-top: 48px;
177 padding-left: 16px;
233 padding: 24px;
[all …]
Dcssreset-min.css7 …pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-co…
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable2-expected-completion52.txt4 <padding /> : Used to specify the optional padding of a GradientDrawable.
Dcompletion12-expected-completion75.txt9 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
10 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
11 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
12 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
13 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
14 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
15 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
Dcompletion1-expected-completion39.txt58 android:drawablePadding : The padding between the drawables and the text. [dimension]
84 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
85 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
86 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
87 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
88 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
89 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
90 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
Dcompletion5-expected-completion40.txt58 android:drawablePadding : The padding between the drawables and the text. [dimension]
84 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
85 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
86 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
87 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
88 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
89 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
90 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
Dcompletionvalues1-expected-completion32.txt41 … whether the ViewGroup will clip its drawing surface so as to exclude the padding area. [boolean]
51 android:cropToPadding : If true, the image will be cropped to fit within its padding. [boolean]
61 android:dividerPadding : Size of padding on either end of a divider. [dimension]
66 android:drawablePadding : The padding between the drawables and the text. [dimension]
106 …dePadding : Defines whether the foreground drawable should be drawn inside the padding. [boolean]
190 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
191 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
192 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
193 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
194 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
[all …]
/sdk/eclipse/sites/external/web/
Dsite.css2 td.spacer {padding-bottom: 10px; padding-top: 10px;}
/sdk/eclipse/sites/internal/web/
Dsite.css2 td.spacer {padding-bottom: 10px; padding-top: 10px;}
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableRefactoring.java316 String padding = combine(padding1, padding2); in computeChanges() local
317 if (padding != null) { in computeChanges()
318 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_DRAWABLE_PADDING, padding); in computeChanges()
378 String padding = element.getAttributeNS(ANDROID_URI, attribute); in getPadding() local
379 if (padding != null && padding.isEmpty()) { in getPadding()
380 padding = null; in getPadding()
382 return padding; in getPadding()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java510 mPaddingSlider.setSelection(mValues.padding + 10); in setVisible()
511 mPercentLabel.setText(Integer.toString(mValues.padding) + '%'); in setVisible()
862 mValues.padding = getPadding(); in widgetSelected()
1050 if (mValues.padding != 0) { in generateImages()
1051 sourceImage = Util.paddedImage(sourceImage, mValues.padding); in generateImages()
1077 int padding = mValues.padding; in generateImages() local
1078 if (padding != 0 && !isActionBar) { in generateImages()
1079 sourceImage = Util.paddedImage(sourceImage, padding); in generateImages()
1099 sourceImage = TextRenderUtil.renderTextImage(text, mValues.padding, options); in generateImages()
1105 int padding = mValues.padding; in generateImages() local
[all …]
DCreateAssetSetWizardState.java82 public int padding = 15; field in CreateAssetSetWizardState
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java404 int padding = 2; in drawBoxedStrings() local
406 getGc().fillRectangle(x - padding, y - padding, width + 2 * padding, height + 2 * padding); in drawBoxedStrings()
DRenderPreviewManager.java631 int padding = 3; in paint() local
633 gc.fillRoundRectangle(x - padding, y - padding, in paint()
634 ZOOM_ICON_WIDTH + 2 * padding, in paint()
635 4 * ZOOM_ICON_HEIGHT + 2 * padding, arc, arc); in paint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectWizard.java143 iconState.padding = 0; in getNextPage()
DTemplateMetadata.java293 mIconState.padding = Integer.parseInt(paddingString); in getIconState()
/sdk/eclipse/
Dchanges.txt130 * The Asset Studio Wizard now supports padding and disabling
/sdk/testapps/jarCheckTests2/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12