Searched defs:FILL (Results 1 - 4 of 4) 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.java493 FILL (0), enum constant in enum:Matrix.ScaleToFit
H A DPaint.java74 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
228 * both (in the same color). The default is FILL.
235 FILL (0), enum constant in enum:Paint.Style
246 * either FILL or STROKE.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java563 return FILL;
872 if (spec.alignment == FILL) {
2340 * #BASELINE} and {@link #FILL}.
2500 public static final Alignment FILL = new Alignment() { field in class:GridLayout

Completed in 413 milliseconds