/cts/tests/tests/text/src/android/text/method/cts/ |
D | TouchTest.java | 65 TextPaint paint = tv.getPaint(); in testScrollTo() local 113 TextPaint paint = tv.getPaint(); in testOnTouchEvent() local 188 private int getTextWidth(String str, TextPaint paint) { in getTextWidth()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ComposePathEffectTest.java | 55 Paint paint = makePaint(); in testComposePathEffect() local 73 Paint paint = new Paint(); in makePaint() local
|
D | ComposeShaderTest.java | 50 Paint paint = new Paint(); in testPorterDuff() local 88 Paint paint = new Paint(); in testXfermode() local
|
D | SumPathEffectTest.java | 50 Paint paint = new Paint(); in testSumPathEffect() local
|
D | LightingColorFilterTest.java | 37 Paint paint = new Paint(); in testLightingColorFilter() local
|
D | PictureTest.java | 82 Paint paint = new Paint(); in createImbalance() local 149 Paint paint = new Paint(); in drawPicture() local
|
D | LayerRasterizerTest.java | 33 Paint paint = new Paint(); in exerciseRasterizer() local
|
D | DiscretePathEffectTest.java | 45 Paint paint = new Paint(); in testDiscretePathEffect() local
|
D | ColorMatrixColorFilterTest.java | 46 Paint paint = new Paint(); in testColorMatrixColorFilter() local
|
D | EmbossMaskFilterTest.java | 43 Paint paint = new Paint(); in testEmbossMaskFilter() local
|
D | BitmapShaderTest.java | 48 Paint paint = new Paint(); in testBitmapShader() local
|
D | BlurMaskFilterTest.java | 39 Paint paint = new Paint(); in testBlurMaskFilter() local
|
D | DashPathEffectTest.java | 52 Paint paint = new Paint(); in testDashPathEffect() local
|
D | CanvasTest.java | 1686 final Paint paint = new Paint(); in testDrawTextRun() local 1694 mCanvas.drawTextRun((char[])null, 0, 0, 0, 0, 0.0f, 0.0f, false, paint); in testDrawTextRun() local 1700 mCanvas.drawTextRun((CharSequence)null, 0, 0, 0, 0, 0.0f, 0.0f, false, paint); in testDrawTextRun() local 1718 false, paint); in testDrawTextRun() local 1725 paint); in testDrawTextRun() local 1732 false, paint); in testDrawTextRun() local 1749 0.0f, 0.0f, false, paint); in testDrawTextRun() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | ReplacementSpanTest.java | 43 float x, int top, int y, int bottom, Paint paint) { in draw() 48 public int getSize(Paint paint, CharSequence text, int start, int end, in getSize()
|
D | DrawableMarginSpanTest.java | 65 TextPaint paint= new TextPaint(); in testDrawLeadingMargin() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
D | ShapeTest.java | 99 Paint paint = new Paint(); in testDraw() local 116 public void draw(Canvas canvas, Paint paint) { in draw()
|
D | ArcShapeTest.java | 51 Paint paint = new Paint(); in testDraw() local
|
D | OvalShapeTest.java | 46 Paint paint = new Paint(); in testDraw() local
|
D | RoundRectShapeTest.java | 68 Paint paint = new Paint(); in testDraw() local
|
D | PathShapeTest.java | 57 Paint paint = new Paint(); in testDraw() local
|
D | RectShapeTest.java | 53 Paint paint = new Paint(); in testDraw() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 421 abstract public void modifyDrawing(Paint paint, Canvas canvas); in modifyDrawing() 503 public void modifyDrawing(Canvas canvas, Paint paint) { in modifyDrawing() 563 public void modifyDrawing(Paint paint, Canvas canvas) { in modifyDrawing() 577 public void modifyDrawing(Paint paint, Canvas canvas) { in modifyDrawing()
|
D | CanvasClientView.java | 51 Paint paint = new Paint(); in onDraw() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | BoringLayoutTest.java | 195 TextPaint paint = new TextPaint(); in testIsBoringString() local 264 public void drawText(String text, float x, float y, Paint paint) { in drawText()
|