Home
last modified time | relevance | path

Searched refs:setPathEffect (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DUsageGraph.java78 mLinePaint.setPathEffect(new CornerPathEffect(mCornerRadius)); in UsageGraph()
89 mDottedPaint.setPathEffect(new DashPathEffect(new float[] {dots, interval}, 0)); in UsageGraph()
/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp89 strokePaint.setPathEffect(dashEffect); in RENDERTHREAD_TEST()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp285 static jlong setPathEffect(JNIEnv* env, jobject clazz, jlong objHandle, jlong effectHandle) { in setPathEffect() function
288 return reinterpret_cast<jlong>(obj->setPathEffect(effect)); in setPathEffect()
950 {"nSetPathEffect","!(JJ)J", (void*) PaintGlue::setPathEffect},
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java392 mStrokePaint.setPathEffect(e); in setStrokeInternal()
2110 mStrokePaint.setPathEffect(e);
/frameworks/base/graphics/java/android/graphics/
DPaint.java1125 public PathEffect setPathEffect(PathEffect effect) { in setPathEffect() method in Paint
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd353 <td class="label_neg">setPathEffect() (for lines)</td>
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11037 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
/frameworks/base/api/
Dcurrent.txt12079 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
Dtest-current.txt12092 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
Dsystem-current.txt12518 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);