Searched refs:ATTR_LAYOUT_MARGIN (Results 1 – 7 of 7) sorted by relevance
18 import static com.android.SdkConstants.ATTR_LAYOUT_MARGIN;95 if (name.startsWith(ATTR_LAYOUT_MARGIN) in getTitle()96 && nameLength > ATTR_LAYOUT_MARGIN.length()) { in getTitle()97 name = name.substring(ATTR_LAYOUT_MARGIN.length()); in getTitle()
19 import static com.android.SdkConstants.ATTR_LAYOUT_MARGIN;280 if (firstName.startsWith(ATTR_LAYOUT_MARGIN)) { in sortByOrigin()447 if (firstName.startsWith(ATTR_LAYOUT_MARGIN)) { in sortNatural()
20 import static com.android.SdkConstants.ATTR_LAYOUT_MARGIN;101 && !attribute.getName().startsWith(ATTR_LAYOUT_MARGIN)) { in getId()
41 import static com.android.SdkConstants.ATTR_LAYOUT_MARGIN;150 VALID.add(ATTR_LAYOUT_MARGIN);
40 import static com.android.SdkConstants.ATTR_LAYOUT_MARGIN;127 String all = first.getStringAttr(uri, ATTR_LAYOUT_MARGIN); in createMarginAction()137 child.setAttribute(uri, ATTR_LAYOUT_MARGIN, margins[0]); in createMarginAction()
23 import static com.android.SdkConstants.ATTR_LAYOUT_MARGIN;316 !name.startsWith(ATTR_LAYOUT_MARGIN)) in isStylableAttribute()
786 public static final String ATTR_LAYOUT_MARGIN = "layout_margin"; //$NON-NLS-1$ field in SdkConstants