Home
last modified time | relevance | path

Searched refs:stroke (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGesture.java70 GestureStroke stroke = mStrokes.get(i); in clone() local
71 gesture.mStrokes.add((GestureStroke)stroke.clone()); in clone()
95 public void addStroke(GestureStroke stroke) { in addStroke() argument
96 mStrokes.add(stroke); in addStroke()
97 mBoundingBox.union(stroke.boundingBox); in addStroke()
DGestureUtils.java140 final GestureStroke stroke = strokes.get(index); in spatialSampling() local
141 float[] strokepoints = stroke.points; in spatialSampling()
268 public static float[] temporalSampling(GestureStroke stroke, int numPoints) { in temporalSampling() argument
269 final float increment = stroke.length / (numPoints - 1); in temporalSampling()
273 float[] pts = stroke.points; in temporalSampling()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java179 Stroke stroke = mPathEffect.getStroke(this); in getJavaStroke() local
180 assert stroke != null; in getJavaStroke()
181 if (stroke != null) { in getJavaStroke()
182 return stroke; in getJavaStroke()
766 Stroke stroke = paint.getJavaStroke(); in native_getFillPath() local
767 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in native_getFillPath()
/frameworks/base/docs/html/resources/articles/
Dgestures.jd81 several visual properties, like the color and the width of the stroke
159 whether we want to recognize gestures made of a single stroke or
171 gesture. Gestures that start with a vertical stroke must contain at
202 a single vertical stroke cannot be recognized as a gesture and is
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1472 &lt;<a href="#stroke-element">stroke</a>
1503 shape requires the {@code &lt;stroke>} element to define the width of the
1647 <dt id="stroke-element"><code>&lt;stroke&gt;</code></dt>
1648 <dd>A stroke line for the shape.
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt2487 /sdcard/android/layout_tests/fast/canvas/canvas-stroke-empty-fill.html
Dlayout_tests_nontext.txt3181 /sdcard/android/layout_tests/fast/canvas/fill-stroke-clip-reset-path.html