Home | History | Annotate | Download | only in layout

Lines Matching refs:margins

95         BaseLayoutRule.class.getResource("margins.png"); //$NON-NLS-1$
119 parentNode.editXml("Change Margins", new INodeHandler() {
128 String[] margins = mRulesEngine.displayMarginInput(all, left,
130 if (margins != null) {
131 assert margins.length == 5;
133 child.setAttribute(uri, ATTR_LAYOUT_MARGIN, margins[0]);
134 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_LEFT, margins[1]);
135 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_RIGHT, margins[2]);
136 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_TOP, margins[3]);
137 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_BOTTOM, margins[4]);
145 return RuleAction.createAction(ACTION_MARGIN, "Change Margins...", actionCallback,