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
449 if ((gravity & FILL) == FILL) {
450 result.append("FILL").append(' ');
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java531 FILL(0), enum constant in enum:Matrix.ScaleToFit
H A DPaint.java96 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
362 * both (in the same color). The default is FILL.
369 FILL (0), enum constant in enum:Paint.Style
380 * either FILL or STROKE.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java652 return FILL;
1032 if (spec.getAbsoluteAlignment(horizontal) == FILL) {
2569 return FILL;
2750 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2974 public static final Alignment FILL = new Alignment() { field in class:GridLayout
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java632 return FILL;
925 if (spec.getAbsoluteAlignment(horizontal) == FILL) {
2456 return FILL;
2637 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2902 public static final Alignment FILL = new Alignment() { field in class:GridLayout
2920 return "FILL";

Completed in 369 milliseconds