Searched refs:centerBoth (Results 1 – 1 of 1) sorted by relevance
510 String centerBoth = n.getStringAttr(ANDROID_URI, ATTR_LAYOUT_CENTER_IN_PARENT); in applyConstraints() local511 if (centerBoth != null && centerBoth.equals(VALUE_TRUE)) { in applyConstraints()