Searched refs:marginLeft (Results 1 – 10 of 10) sorted by relevance
39 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()
599 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()
48 public int marginLeft; field in ViewNode78 marginLeft = getInt("layout_leftMargin", Integer.MIN_VALUE); in decode()86 hasMargins = marginLeft != Integer.MIN_VALUE && in decode()
1 Go To Declaration in navigation1.xml for marginLeft="@android:dimen/app_ico^n_size":
859 int marginLeft = 0; in computeHorizontalConstraints() local863 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()
188 rowLayout.marginLeft = 0; in createControl()
409 layout.marginLeft = 30; in createDialogArea()478 layout.marginLeft = 30; in createDialogArea()
192 layout.marginLeft = 30; in createControl()226 layout.marginLeft = 30; in createControl()
96 layout.marginLeft = 0; in createChildContainer()
406 rlPreviewAreaPreviewArea.marginLeft = 0; in createControl()