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.java493 FILL (0), enum constant in enum:Matrix.ScaleToFit
H A DPaint.java78 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
232 * both (in the same color). The default is FILL.
239 FILL (0), enum constant in enum:Paint.Style
250 * either FILL or STROKE.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java587 return FILL;
965 if (spec.alignment == FILL) {
2480 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2708 public static final Alignment FILL = new Alignment() { field in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java567 return FILL;
909 if (spec.alignment == FILL) {
2412 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2632 public static final Alignment FILL = new Alignment() { field in class:GridLayout

Completed in 982 milliseconds