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

123

/frameworks/base/core/java/android/widget/
H A DImageView.java592 * Scale the image using {@link Matrix.ScaleToFit#FILL}.
861 Matrix.ScaleToFit.FILL,
H A DEditor.java4003 mPaint.setStyle(Paint.Style.FILL);
H A DTextView.java5266 highlightPaint.setStyle(Paint.Style.FILL);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java548 if (stf != ScaleToFit.FILL.nativeInt) {
H A DPaint_Delegate.java1142 mStyle = Paint.Style.FILL.nativeInt;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1118 sCropDimPaint.setStyle(Style.FILL);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java983 mFillPaint.setStyle(Paint.Style.FILL);
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1338 textPaint.setStyle(Paint.Style.FILL);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java823 matrix.setRectToRect(src, dst, Matrix.ScaleToFit.FILL);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3102 paint.setStyle(Paint.Style.FILL);
3110 paint.setStyle(Paint.Style.FILL);

Completed in 718 milliseconds

123