/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ExplodedRenderingHelper.java | 115 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 …]
|
D | UiElementPullParser.java | 173 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/ |
D | default.css | 28 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 …]
|
D | cssreset-min.css | 7 …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/ |
D | drawable2-expected-completion52.txt | 4 <padding /> : Used to specify the optional padding of a GradientDrawable.
|
D | completion12-expected-completion75.txt | 9 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]
|
D | completion1-expected-completion39.txt | 58 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]
|
D | completion5-expected-completion40.txt | 58 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]
|
D | completionvalues1-expected-completion32.txt | 41 … 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/ |
D | site.css | 2 td.spacer {padding-bottom: 10px; padding-top: 10px;}
|
/sdk/eclipse/sites/internal/web/ |
D | site.css | 2 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/ |
D | UseCompoundDrawableRefactoring.java | 316 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/ |
D | ConfigureAssetSetPage.java | 510 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 …]
|
D | CreateAssetSetWizardState.java | 82 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/ |
D | GCWrapper.java | 404 int padding = 2; in drawBoxedStrings() local 406 getGc().fillRectangle(x - padding, y - padding, width + 2 * padding, height + 2 * padding); in drawBoxedStrings()
|
D | RenderPreviewManager.java | 631 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/ |
D | NewProjectWizard.java | 143 iconState.padding = 0; in getNextPage()
|
D | TemplateMetadata.java | 293 mIconState.padding = Integer.parseInt(paddingString); in getIconState()
|
/sdk/eclipse/ |
D | changes.txt | 130 * The Asset Studio Wizard now supports padding and disabling
|
/sdk/testapps/jarCheckTests2/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |