Searched defs:CENTER_HORIZONTAL (Results 1 - 3 of 3) 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/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java95 public static final int CENTER_HORIZONTAL = 1 << 8; field in class:CarouselView.DetailAlignment
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java146 public static final int CENTER_HORIZONTAL = 14; field in class:RelativeLayout
506 if (rules[CENTER_IN_PARENT] != 0 || rules[CENTER_HORIZONTAL] != 0) {
741 if (rules[CENTER_IN_PARENT] != 0 || rules[CENTER_HORIZONTAL] != 0) {
1120 @ViewDebug.IntToString(from = CENTER_HORIZONTAL, to = "centerHorizontal"),
1212 rules[CENTER_HORIZONTAL] = a.getBoolean(attr, false) ? TRUE : 0;

Completed in 569 milliseconds