Searched defs:CENTER (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAlignment.java27 CENTER(0x1), enum constant in enum:TextAlignment
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DCustomViewActions.java40 * @param hRef LEFT, RIGHT, CENTER to specify an x reference
42 * @param vRef TOP, BOTTOM, CENTER to specify a y reference
63 TOP, BOTTOM, CENTER enum constant in enum:CustomViewActions.RelativeCoordinatesProvider.VerticalReference
67 LEFT, RIGHT, CENTER enum constant in enum:CustomViewActions.RelativeCoordinatesProvider.HorizontalReference
97 case CENTER:
109 case CENTER:
/frameworks/base/core/java/android/view/
H A DGravity.java70 public static final int CENTER = CENTER_VERTICAL|CENTER_HORIZONTAL; field in class:Gravity
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java543 CENTER(2), enum constant in enum:Matrix.ScaleToFit
H A DPaint.java108 Align.LEFT, Align.CENTER, Align.RIGHT
455 CENTER (1), enum constant in enum:Paint.Align
/frameworks/base/core/java/android/widget/
H A DImageView.java156 ScaleType.CENTER,
765 * Scale the image using {@link Matrix.ScaleToFit#CENTER}.
779 CENTER (5), enum constant in enum:ImageView.ScaleType
819 setWillNotCacheDrawing(mScaleType == ScaleType.CENTER);
1052 Matrix.ScaleToFit.CENTER,
1249 } else if (ScaleType.CENTER == mScaleType) {
H A DGridLayout.java648 return CENTER;
2362 For CENTER and BASELINE alignments both sides are needed and in the BASELINE case no
2744 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2893 public static final Alignment CENTER = new Alignment() { field in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java632 return CENTER;
2252 For CENTER and BASELINE alignments both sides are needed and in the BASELINE case no
2634 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2814 public static final Alignment CENTER = new Alignment() { field in class:GridLayout
2827 return "CENTER";

Completed in 2907 milliseconds