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.java531 FILL(0), enum constant in enum:Matrix.ScaleToFit
H A DPaint.java99 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
365 * both (in the same color). The default is FILL.
372 FILL (0), enum constant in enum:Paint.Style
383 * either FILL or STROKE.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java646 return FILL;
1026 if (spec.getAbsoluteAlignment(horizontal) == FILL) {
2563 return FILL;
2744 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2968 public static final Alignment FILL = new Alignment() { field in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java630 return FILL;
922 if (spec.getAbsoluteAlignment(horizontal) == FILL) {
2453 return FILL;
2634 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2899 public static final Alignment FILL = new Alignment() { field in class:GridLayout
2917 return "FILL";

Completed in 474 milliseconds