Searched defs:paint (Results 101 - 115 of 115) sorted by relevance

12345

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java193 long paint, int layerFlags) {
200 Paint_Delegate paintDelegate = Paint_Delegate.getDelegate(paint);
499 public void draw(Graphics2D graphics, Paint_Delegate paint) {
518 /*package*/ static void native_drawPaint(long nativeCanvas, long paint) { argument
543 long paint) {
544 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
571 final float left, final float top, final float right, final float bottom, long paint) {
573 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
597 final float top, final float right, final float bottom, long paint) {
599 draw(nativeCanvas, paint, fals
191 native_saveLayer(long nativeCanvas, float l, float t, float r, float b, long paint, int layerFlags) argument
541 native_drawLine(long nativeCanvas, final float startX, final float startY, final float stopX, final float stopY, long paint) argument
570 native_drawRect(long nativeCanvas, final float left, final float top, final float right, final float bottom, long paint) argument
596 native_drawOval(long nativeCanvas, final float left, final float top, final float right, final float bottom, long paint) argument
623 native_drawCircle(long nativeCanvas, float cx, float cy, float radius, long paint) argument
631 native_drawArc(long nativeCanvas, final float left, final float top, final float right, final float bottom, final float startAngle, final float sweep, final boolean useCenter, long paint) argument
663 native_drawRoundRect(long nativeCanvas, final float left, final float top, final float right, final float bottom, final float rx, final float ry, long paint) argument
693 native_drawPath(long nativeCanvas, long path, long paint) argument
845 native_drawText(long nativeCanvas, char[] text, int index, int count, float startX, float startY, int flags, long paint, long typeface) argument
852 native_drawText(long nativeCanvas, String text, int start, int end, float x, float y, final int flags, long paint, long typeface) argument
863 native_drawTextRun(long nativeCanvas, String text, int start, int end, int contextStart, int contextEnd, float x, float y, boolean isRtl, long paint, long typeface) argument
874 native_drawTextRun(long nativeCanvas, char[] text, int start, int count, int contextStart, int contextCount, float x, float y, boolean isRtl, long paint, long typeface) argument
881 native_drawTextOnPath(long nativeCanvas, char[] text, int index, int count, long path, float hOffset, float vOffset, int bidiFlags, long paint, long typeface) argument
893 native_drawTextOnPath(long nativeCanvas, String text, long path, float hOffset, float vOffset, int bidiFlags, long paint, long typeface) argument
956 drawText(long nativeCanvas, final char[] text, final int index, final int count, final float startX, final float startY, final boolean isRtl, long paint, final long typeface) argument
1022 saveLayer(RectF rect, Paint_Delegate paint, int saveFlags) argument
1096 getImageToDraw(Bitmap_Delegate bitmap, Paint_Delegate paint, boolean[] forceSrcMode) argument
[all...]
H A DPaint_Delegate.java86 // Variant of the font. A paint's variant can only be compact or elegant.
426 /*package*/ static void native_setShadowLayer(long paint, float radius, float dx, float dy, argument
434 /*package*/ static boolean native_hasShadowLayer(long paint) { argument
679 /*package*/ static long native_initWithPaint(long paint) { argument
681 Paint_Delegate delegate = sManager.getDelegate(paint);
786 Paint_Delegate paint = sManager.getDelegate(native_object);
787 if (paint == null) {
801 Stroke stroke = paint.getJavaStroke();
970 // we store the typeface with the paint and use it directly.
1007 // we store the typeface with the paint an
1111 Paint_Delegate(Paint_Delegate paint) argument
1115 set(Paint_Delegate paint) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DLayout.cpp60 MinikinPaint paint; member in struct:android::LayoutContext
76 LayoutCacheKey(const FontCollection* collection, const MinikinPaint& paint, FontStyle style, argument
79 mSize(paint.size), mScaleX(paint.scaleX), mSkewX(paint.skewX),
80 mLetterSpacing(paint.letterSpacing),
81 mPaintFlags(paint.paintFlags), mIsRtl(dir),
310 MinikinPaint* paint = reinterpret_cast<MinikinPaint*>(fontData); local
311 MinikinFont* font = paint->font;
328 MinikinPaint* paint local
519 doLayout(const uint16_t* buf, size_t start, size_t count, size_t bufSize, int bidiFlags, const FontStyle &style, const MinikinPaint &paint) argument
821 MinikinPaint paint; local
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java279 public void setLayerType(View view, int layerType, Paint paint); argument
283 public void setLayerPaint(View view, Paint paint); argument
419 public void setLayerType(View view, int layerType, Paint paint) { argument
785 public void setLayerType(View view, int layerType, Paint paint) { argument
786 ViewCompatHC.setLayerType(view, layerType, paint);
793 public void setLayerPaint(View view, Paint paint) { argument
794 // Make sure the paint is correct; this will be cheap if it's the same
796 setLayerType(view, getLayerType(view), paint);
1095 public void setLayerPaint(View view, Paint paint) { argument
1096 ViewCompatJellybeanMr1.setLayerPaint(view, paint);
1623 setLayerType(View view, @LayerType int layerType, Paint paint) argument
1700 setLayerPaint(View view, Paint paint) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java876 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
879 graphics.drawLine(width - x1, y1, width - x2, y2, paint);
881 graphics.drawLine(x1, y1, x2, y2, paint);
889 protected void onDebugDrawMargins(Canvas canvas, Paint paint) { argument
899 lp.onDebugDraw(c, canvas, paint);
908 Paint paint = new Paint();
909 paint.setStyle(Paint.Style.STROKE);
910 paint.setColor(Color.argb(50, 255, 255, 255));
923 drawLine(canvas, x, top, x, bottom, paint);
931 drawLine(canvas, left, y, right, y, paint);
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java36 * Path, text, Bitmap), and a paint (to describe the colors and styles for the
452 * @param paint This is copied, and is applied to the offscreen when
458 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint, @Saveflags int saveFlags) { argument
462 return saveLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, paint, saveFlags);
466 * Convenience for saveLayer(bounds, paint, {@link #ALL_SAVE_FLAG})
468 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint) { argument
469 return saveLayer(bounds, paint, ALL_SAVE_FLAG);
475 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, argument
478 paint != null ? paint
485 saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) argument
1033 drawPaint(@onNull Paint paint) argument
1053 drawPoints(float[] pts, int offset, int count, @NonNull Paint paint) argument
1060 drawPoints(@onNull float[] pts, @NonNull Paint paint) argument
1067 drawPoint(float x, float y, @NonNull Paint paint) argument
1083 drawLine(float startX, float startY, float stopX, float stopY, @NonNull Paint paint) argument
1103 drawLines(float[] pts, int offset, int count, Paint paint) argument
1107 drawLines(@onNull float[] pts, @NonNull Paint paint) argument
1118 drawRect(@onNull RectF rect, @NonNull Paint paint) argument
1130 drawRect(@onNull Rect r, @NonNull Paint paint) argument
1145 drawRect(float left, float top, float right, float bottom, @NonNull Paint paint) argument
1155 drawOval(@onNull RectF oval, @NonNull Paint paint) argument
1166 drawOval(float left, float top, float right, float bottom, @NonNull Paint paint) argument
1180 drawCircle(float cx, float cy, float radius, @NonNull Paint paint) argument
1207 drawArc(@onNull RectF oval, float startAngle, float sweepAngle, boolean useCenter, @NonNull Paint paint) argument
1234 drawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean useCenter, @NonNull Paint paint) argument
1249 drawRoundRect(@onNull RectF rect, float rx, float ry, @NonNull Paint paint) argument
1261 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, @NonNull Paint paint) argument
1273 drawPath(@onNull Path path, @NonNull Paint paint) argument
1300 drawPatch(@onNull NinePatch patch, @NonNull Rect dst, @Nullable Paint paint) argument
1313 drawPatch(@onNull NinePatch patch, @NonNull RectF dst, @Nullable Paint paint) argument
1336 drawBitmap(@onNull Bitmap bitmap, float left, float top, @Nullable Paint paint) argument
1364 drawBitmap(@onNull Bitmap bitmap, @Nullable Rect src, @NonNull RectF dst, @Nullable Paint paint) argument
1411 drawBitmap(@onNull Bitmap bitmap, @Nullable Rect src, @NonNull Rect dst, @Nullable Paint paint) argument
1461 drawBitmap(@onNull int[] colors, int offset, int stride, float x, float y, int width, int height, boolean hasAlpha, @Nullable Paint paint) argument
1497 drawBitmap(@onNull int[] colors, int offset, int stride, int x, int y, int width, int height, boolean hasAlpha, @Nullable Paint paint) argument
1511 drawBitmap(@onNull Bitmap bitmap, @NonNull Matrix matrix, @Nullable Paint paint) argument
1551 drawBitmapMesh(@onNull Bitmap bitmap, int meshWidth, int meshHeight, @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, @Nullable Paint paint) argument
1617 drawVertices(@onNull VertexMode mode, int vertexCount, @NonNull float[] verts, int vertOffset, @Nullable float[] texs, int texOffset, @Nullable int[] colors, int colorOffset, @Nullable short[] indices, int indexOffset, int indexCount, @NonNull Paint paint) argument
1645 drawText(@onNull char[] text, int index, int count, float x, float y, @NonNull Paint paint) argument
1664 drawText(@onNull String text, float x, float y, @NonNull Paint paint) argument
1680 drawText(@onNull String text, int start, int end, float x, float y, @NonNull Paint paint) argument
1702 drawText(@onNull CharSequence text, int start, int end, float x, float y, @NonNull Paint paint) argument
1743 drawTextRun(@onNull char[] text, int index, int count, int contextIndex, int contextCount, float x, float y, boolean isRtl, @NonNull Paint paint) argument
1777 drawTextRun(@onNull CharSequence text, int start, int end, int contextStart, int contextEnd, float x, float y, boolean isRtl, @NonNull Paint paint) argument
1824 drawPosText(@onNull char[] text, int index, int count, @NonNull float[] pos, @NonNull Paint paint) argument
1847 drawPosText(@onNull String text, @NonNull float[] pos, @NonNull Paint paint) argument
1864 drawTextOnPath(@onNull char[] text, int index, int count, @NonNull Path path, float hOffset, float vOffset, @NonNull Paint paint) argument
1887 drawTextOnPath(@onNull String text, @NonNull Path path, float hOffset, float vOffset, @NonNull Paint paint) argument
[all...]
H A DPaint.java187 // we use this when we first create a paint
319 * stroke-related settings in the paint.
324 * the stroke-related fields on the paint.
330 * the paint. This mode can give unexpected results if the geometry
417 * Create a new paint with default settings.
424 * Create a new paint with the specified flags. Use setFlags() to change
425 * these after the paint is created.
441 * Create a new paint, initialized with the attributes in the specified
442 * paint parameter.
444 * @param paint Existin
447 Paint(Paint paint) argument
498 setClassVariablesFrom(Paint paint) argument
2228 native_initWithPaint(long paint) argument
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListOp.h118 DrawOp(const SkPaint* paint) argument
119 : mPaint(paint), mQuickRejected(false) {}
207 // coordinates, and that paint's alpha is used
214 // check state/paint for transparency
241 DrawBoundedOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
242 : DrawOp(paint), mLocalBounds(left, top, right, bottom) {}
244 DrawBoundedOp(const Rect& localBounds, const SkPaint* paint) argument
245 : DrawOp(paint), mLocalBounds(localBounds) {}
250 DrawBoundedOp(const float* points, int count, const SkPaint* paint) argument
251 : DrawOp(paint), mLocalBound
261 DrawBoundedOp(const SkPaint* paint) argument
346 SaveLayerOp(float left, float top, float right, float bottom, const SkPaint* paint, int flags) argument
648 DrawBitmapOp(const SkBitmap* bitmap, const SkPaint* paint) argument
754 DrawBitmapRectOp(const SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
785 DrawBitmapDataOp(const SkBitmap* bitmap, const SkPaint* paint) argument
806 DrawBitmapMeshOp(const SkBitmap* bitmap, int meshWidth, int meshHeight, const float* vertices, const int* colors, const SkPaint* paint) argument
838 DrawPatchOp(const SkBitmap* bitmap, const Res_png_9patch* patch, float left, float top, float right, float bottom, const SkPaint* paint) argument
999 DrawStrokableOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
1001 DrawStrokableOp(const Rect& localBounds, const SkPaint* paint) argument
1026 DrawRectOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
1050 DrawRectsOp(const float* rects, int count, const SkPaint* paint) argument
1076 DrawRoundRectOp(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* paint) argument
1107 DrawRoundRectPropsOp(float* left, float* top, float* right, float* bottom, float *rx, float *ry, const SkPaint* paint) argument
1135 DrawCircleOp(float x, float y, float radius, const SkPaint* paint) argument
1157 DrawCirclePropsOp(float* x, float* y, float* radius, const SkPaint* paint) argument
1178 DrawOvalOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
1195 DrawArcOp(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, const SkPaint* paint) argument
1221 DrawPathOp(const SkPath* path, const SkPaint* paint) argument
1237 const SkPaint* paint = getPaint(renderer); local
1255 DrawLinesOp(const float* points, int count, const SkPaint* paint) argument
1285 DrawPointsOp(const float* points, int count, const SkPaint* paint) argument
1301 DrawSomeTextOp(const char* text, int bytesCount, int count, const SkPaint* paint) argument
1314 const SkPaint* paint = getPaint(renderer); local
1331 DrawTextOnPathOp(const char* text, int bytesCount, int count, const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) argument
1353 DrawPosTextOp(const char* text, int bytesCount, int count, const float* positions, const SkPaint* paint) argument
1371 DrawTextOp(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds) argument
1380 const SkPaint* paint = getPaint(renderer); local
[all...]
H A DOpenGLRenderer.cpp58 static GLenum getFilter(const SkPaint* paint) { argument
59 if (!paint || paint->getFilterLevel() != SkPaint::kNone_FilterLevel) {
602 const SkPaint* paint, int flags, const SkPath* convexMask) {
609 createLayer(left, top, right, bottom, paint, flags, convexMask);
662 const SkPaint* paint, int flags) {
673 updateSnapshotIgnoreForLayer(bounds, clip, true, getAlphaDirect(paint));
738 const SkPaint* paint, int flags, const SkPath* convexMask) {
748 updateSnapshotIgnoreForLayer(bounds, clip, fboLayer, getAlphaDirect(paint));
761 layer->setPaint(paint);
601 saveLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
661 saveLayerDeferred(float left, float top, float right, float bottom, const SkPaint* paint, int flags) argument
737 createLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
1075 SkPaint paint; local
1209 SkPaint paint; local
1217 drawRegionRects(const SkRegion& region, const SkPaint& paint, bool dirty) argument
1481 SkPaint paint; local
1517 quickRejectSetupScissor(float left, float top, float right, float bottom, const SkPaint* paint) argument
1545 SkPaint paint; local
1628 setupDrawTextGamma(const SkPaint* paint) argument
1933 drawAlphaBitmap(Texture* texture, float left, float top, const SkPaint* paint) argument
1964 drawBitmaps(const SkBitmap* bitmap, AssetAtlas::Entry* entry, int bitmapCount, TextureVertex* vertices, bool pureTranslate, const Rect& bounds, const SkPaint* paint) argument
1993 drawBitmap(const SkBitmap* bitmap, const SkPaint* paint) argument
2012 drawBitmapData(const SkBitmap* bitmap, const SkPaint* paint) argument
2030 drawBitmapMesh(const SkBitmap* bitmap, int meshWidth, int meshHeight, const float* vertices, const int* colors, const SkPaint* paint) argument
2150 drawBitmap(const SkBitmap* bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) argument
2237 drawPatch(const SkBitmap* bitmap, const Res_png_9patch* patch, float left, float top, float right, float bottom, const SkPaint* paint) argument
2250 drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry, float left, float top, float right, float bottom, const SkPaint* paint) argument
2310 drawPatches(const SkBitmap* bitmap, AssetAtlas::Entry* entry, TextureVertex* vertices, uint32_t indexCount, const SkPaint* paint) argument
2327 drawVertexBuffer(float translateX, float translateY, const VertexBuffer& vertexBuffer, const SkPaint* paint, int displayFlags) argument
2402 drawConvexPath(const SkPath& path, const SkPaint* paint) argument
2420 drawLines(const float* points, int count, const SkPaint* paint) argument
2437 drawPoints(const float* points, int count, const SkPaint* paint) argument
2461 SkPaint paint; local
2470 drawShape(float left, float top, const PathTexture* texture, const SkPaint* paint) argument
2619 drawTextShadow(const SkPaint* paint, const char* text, int bytesCount, int count, const float* positions, FontRenderer& fontRenderer, int alpha, float x, float y) argument
2670 drawPosText(const char* text, int bytesCount, int count, const float* positions, const SkPaint* paint) argument
2750 drawText(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) argument
2837 drawTextOnPath(const char* text, int bytesCount, int count, const SkPath* path, float hOffset, float vOffset, const SkPaint* paint) argument
2871 drawPath(const SkPath* path, const SkPaint* paint) argument
2974 SkPaint paint; local
3007 filterPaint(const SkPaint* paint) argument
3046 drawPathTexture(const PathTexture* texture, float x, float y, const SkPaint* paint) argument
3079 drawTextDecorations(float underlineWidth, float x, float y, const SkPaint* paint) argument
3124 drawRects(const float* rects, int count, const SkPaint* paint) argument
3147 SkPaint paint; local
3172 drawColorRects(const float* rects, int count, const SkPaint* paint, bool ignoreTransform, bool dirty, bool clip) argument
3236 drawColorRect(float left, float top, float right, float bottom, const SkPaint* paint, bool ignoreTransform) argument
3261 drawTextureRect(float left, float top, float right, float bottom, Texture* texture, const SkPaint* paint) argument
3297 drawTextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, ModelViewMode modelViewMode, bool dirty) argument
3324 drawIndexedTextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, ModelViewMode modelViewMode, bool dirty) argument
3351 drawAlpha8TextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool ignoreTransform, ModelViewMode modelViewMode, bool dirty) argument
3450 getAlphaAndMode(const SkPaint* paint, int* alpha, SkXfermode::Mode* mode) const argument
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java303 final TextPaint paint = getPaint();
308 paint.getTextBounds(textHeightSample, 0, textHeightSample.length(), textBounds);
589 private CharSequence ellipsizeText(CharSequence text, TextPaint paint, float maxWidth) { argument
590 paint.setTextSize(mChipFontSize);
594 return TextUtils.ellipsize(text, paint, maxWidth,
602 * @param paint The paint to use to draw the bitmap.
604 private Bitmap createSelectedChip(RecipientEntry contact, TextPaint paint) { argument
605 paint.setColor(sSelectedTextColor);
606 final ChipBitmapContainer bitmapContainer = createChipBitmap(contact, paint,
622 createUnselectedChip(RecipientEntry contact, TextPaint paint) argument
633 createChipBitmap(RecipientEntry contact, TextPaint paint, Drawable overrideBackgroundDrawable, int backgroundColor) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java852 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
855 graphics.drawLine(width - x1, y1, width - x2, y2, paint);
857 graphics.drawLine(x1, y1, x2, y2, paint);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java2019 public void setLayerType(final int layerType, final Paint paint) { argument
2027 setLayerType(layerType, paint);
2032 mAwContents.setLayerType(layerType, paint);
/frameworks/base/core/java/android/webkit/
H A DWebView.java2477 public void setLayerType(int layerType, Paint paint) { argument
2478 super.setLayerType(layerType, paint);
2479 mProvider.getViewDelegate().setLayerType(layerType, paint);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3017 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { argument
3025 canvas.drawRect(x1, y1, x2, y2, paint);
3033 private static void drawCorner(Canvas c, Paint paint, int x1, int y1, int dx, int dy, int lw) { argument
3034 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy));
3035 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy);
3043 private static void drawRectCorners(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint, argument
3045 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth);
3046 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth);
3047 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth);
3048 drawCorner(canvas, paint, x
3051 fillDifference(Canvas canvas, int x2, int y2, int x3, int y3, int dx1, int dy1, int dx2, int dy2, Paint paint) argument
3069 onDebugDrawMargins(Canvas canvas, Paint paint) argument
6511 onDebugDraw(View view, Canvas canvas, Paint paint) argument
6985 onDebugDraw(View view, Canvas canvas, Paint paint) argument
7307 drawRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) argument
[all...]
H A DView.java10539 * {@link #setLayerPaint(android.graphics.Paint) layer paint}, setting an alpha value less than
10540 * 1.0 will supercede the alpha of the layer paint.</p>
13826 * properties of the paint are taken into account when composing the layer:</p>
13834 * {@link #setAlpha(float)}, the alpha value of the layer's paint is superceded
13844 * @param paint The paint used to compose the layer. This argument is optional
13856 public void setLayerType(int layerType, Paint paint) { argument
13865 setLayerPaint(paint);
13876 mLayerPaint = layerDisabled ? null : (paint == null ? new Paint() : paint);
13910 setLayerPaint(Paint paint) argument
20606 public final Paint paint; field in class:View.ScrollabilityCache
[all...]

Completed in 5907 milliseconds

12345