Searched refs:FILL (Results 26 - 50 of 60) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java162 mScaleMatrix.setRectToRect(mBitmapRect, mLayoutRect, Matrix.ScaleToFit.FILL);
H A DFakeShadowDrawable.java91 mCornerShadowPaint.setStyle(Paint.Style.FILL);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java80 mLargePaint.setStyle(Paint.Style.FILL);
H A DShapesActivity.java66 mFillPaint.setStyle(Paint.Style.FILL);
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java99 paint.setStyle(Paint.Style.FILL);
/frameworks/base/core/java/android/app/
H A DActionBar.java1329 @ViewDebug.IntToString(from = Gravity.FILL, to = "FILL")
H A DWallpaperManager.java512 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
/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/packages/SystemUI/src/com/android/systemui/recent/
H A DScreenPinningRequest.java102 lp.gravity = Gravity.FILL;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java185 lp.gravity = Gravity.FILL;
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java96 mCornerShadowPaint.setStyle(Paint.Style.FILL);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java102 paint.setStyle(Paint.Style.FILL);
/frameworks/base/core/java/android/text/
H A DTextLine.java765 wp.setStyle(Paint.Style.FILL);
780 wp.setStyle(Paint.Style.FILL);
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1277 mDrawPaint.setStyle(Paint.Style.FILL);
1281 mMonthNumDrawPaint.setStyle(Paint.Style.FILL);
H A DLinearLayout.java155 @ViewDebug.FlagToString(mask = Gravity.FILL,
156 equals = Gravity.FILL, name = "FILL"),
1856 @ViewDebug.IntToString(from = Gravity.FILL, to = "FILL")
H A DGridLayout.java637 return FILL;
1020 if (spec.alignment == FILL) {
2746 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2970 public static final Alignment FILL = new Alignment() { field in class:GridLayout
/frameworks/base/graphics/java/android/graphics/
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.
H A DMatrix.java532 FILL (0), enum constant in enum:Matrix.ScaleToFit
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java857 if (mBitmapState.mGravity != Gravity.FILL) {
880 int mGravity = Gravity.FILL;
H A DRippleDrawable.java852 mRipplePaint.setStyle(Paint.Style.FILL);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java740 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
749 m4.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll140 <LDSCRIPT>"FILL" { return token::FILL; }
H A DScriptParser.yy155 %token FILL
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java435 mArrowPaint.setStyle(Paint.Style.FILL);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java621 return FILL;
909 if (spec.alignment == FILL) {
2621 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2849 public static final Alignment FILL = new Alignment() { field in class:GridLayout

Completed in 1731 milliseconds

123