Home
last modified time | relevance | path

Searched refs:marginLeft (Results 1 – 10 of 10) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java39 d.width += node.marginLeft + node.marginRight; in getPreferredSize()
76 if (node.hasMargins && (node.marginLeft | node.marginBottom | in paintComponent()
79 g.drawRect(-node.marginLeft, -node.marginTop, in paintComponent()
80 node.marginLeft + width + node.marginRight, in paintComponent()
DScreenViewer.java599 if (node.hasMargins && (node.marginLeft | node.marginBottom | in paintComponent()
602 s.drawRect(-node.marginLeft, -node.marginTop, in paintComponent()
603 node.marginLeft + node.width + node.marginRight - 1, in paintComponent()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java48 public int marginLeft; field in ViewNode
78 marginLeft = getInt("layout_leftMargin", Integer.MIN_VALUE); in decode()
86 hasMargins = marginLeft != Integer.MIN_VALUE && in decode()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dnavigation1-expected-navigate2.txt1 Go To Declaration in navigation1.xml for marginLeft="@android:dimen/app_ico^n_size":
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java859 int marginLeft = 0; in computeHorizontalConstraints() local
863 marginLeft += grid.getColumnWidth(col); in computeHorizontalConstraints()
876 if (marginLeft > 0) { in computeHorizontalConstraints()
878 String.format(VALUE_N_DP, marginLeft)); in computeHorizontalConstraints()
879 marginLeft = 0; in computeHorizontalConstraints()
897 marginLeft = 0; in computeHorizontalConstraints()
898 } else if (marginLeft == 0) { in computeHorizontalConstraints()
899 marginLeft = grid.getColumnWidth(col); in computeHorizontalConstraints()
DExtractStyleWizard.java188 rowLayout.marginLeft = 0; in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java409 layout.marginLeft = 30; in createDialogArea()
478 layout.marginLeft = 30; in createDialogArea()
DEmulatorConfigTab.java192 layout.marginLeft = 30; in createControl()
226 layout.marginLeft = 30; in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DAccordionControl.java96 layout.marginLeft = 0; in createChildContainer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java406 rlPreviewAreaPreviewArea.marginLeft = 0; in createControl()