Searched refs:setPathEffect (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageGraph.java78 mLinePaint.setPathEffect(new CornerPathEffect(mCornerRadius));
89 mDottedPaint.setPathEffect(new DashPathEffect(new float[] {dots, interval}, 0));
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp89 strokePaint.setPathEffect(dashEffect);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp285 static jlong setPathEffect(JNIEnv* env, jobject clazz, jlong objHandle, jlong effectHandle) { function in namespace:android::PaintGlue
288 return reinterpret_cast<jlong>(obj->setPathEffect(effect));
950 {"nSetPathEffect","!(JJ)J", (void*) PaintGlue::setPathEffect},
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java392 mStrokePaint.setPathEffect(e);
2110 mStrokePaint.setPathEffect(e);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1125 public PathEffect setPathEffect(PathEffect effect) { method in class:Paint

Completed in 4305 milliseconds