Searched defs:CENTER_HORIZONTAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGravity.java63 public static final int CENTER_HORIZONTAL = AXIS_SPECIFIED<<AXIS_X_SHIFT; field in class:Gravity
70 public static final int CENTER = CENTER_VERTICAL|CENTER_HORIZONTAL;
177 * the left; if gravity is CENTER_HORIZONTAL it pushes it to the
283 * the left; if gravity is CENTER_HORIZONTAL it pushes it to the
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java154 public static final int CENTER_HORIZONTAL = 14; field in class:RelativeLayout
560 if (rules[CENTER_IN_PARENT] != 0 || rules[CENTER_HORIZONTAL] != 0) {
844 if (rules[CENTER_IN_PARENT] != 0 || rules[CENTER_HORIZONTAL] != 0) {
1211 @ViewDebug.IntToString(from = CENTER_HORIZONTAL, to = "centerHorizontal"),
1306 rules[CENTER_HORIZONTAL] = a.getBoolean(attr, false) ? TRUE : 0;

Completed in 118 milliseconds