Searched refs:lineWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 2774 int lineLength, int lineWidth) { in drawRectCorners() argument 2775 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth); in drawRectCorners() 2776 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth); in drawRectCorners() 2777 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth); in drawRectCorners() 2778 drawCorner(canvas, paint, x2, y2, -lineLength, -lineLength, lineWidth); in drawRectCorners() 2843 int lineWidth = dipsToPixels(1); in onDebugDraw() local 2847 paint, lineLength, lineWidth); in onDebugDraw()
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | carousel.rs | 861 const float lineWidth = rsAllocationGetDimX(detailLineTexture); 962 const float halfWidth = lineWidth * 0.5f; 964 const float x1 = x0 + lineWidth;
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7749 final float lineWidth = mLayout.getLineWidth(0); in getRightFadingEdgeStrength() local 7750 return (lineWidth - textWidth) / getHorizontalFadingEdgeLength(); in getRightFadingEdgeStrength() 8999 final float lineWidth = textView.mLayout.getLineWidth(0); in start() local 9001 mGhostStart = lineWidth - textWidth + gap; in start() 9003 mGhostOffset = lineWidth + gap; in start() 9004 mFadeStop = lineWidth + textWidth / 6.0f; in start() 9005 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 2488 /sdcard/android/layout_tests/fast/canvas/canvas-lineWidth.html
|