Searched defs:FILL (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGravity.java74 public static final int FILL = FILL_VERTICAL|FILL_HORIZONTAL; field in class:Gravity
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java532 FILL (0), enum constant in enum:Matrix.ScaleToFit
H A DPaint.java62 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
314 * both (in the same color). The default is FILL.
321 FILL (0), enum constant in enum:Paint.Style
332 * either FILL or STROKE.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java637 return FILL;
1010 if (spec.getAbsoluteAlignment(horizontal) == FILL) {
2546 return FILL;
2727 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2951 public static final Alignment FILL = new Alignment() { field in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java624 return FILL;
910 if (spec.getAbsoluteAlignment(horizontal) == FILL) {
2440 return FILL;
2621 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2886 public static final Alignment FILL = new Alignment() { field in class:GridLayout
2904 return "FILL";

Completed in 3978 milliseconds