Home
last modified time | relevance | path

Searched refs:PathEffect (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DComposePathEffect.java19 public class ComposePathEffect extends PathEffect {
25 public ComposePathEffect(PathEffect outerpe, PathEffect innerpe) { in ComposePathEffect()
DSumPathEffect.java19 public class SumPathEffect extends PathEffect {
25 public SumPathEffect(PathEffect first, PathEffect second) { in SumPathEffect()
DPathEffect.java24 public class PathEffect { class
DCornerPathEffect.java19 public class CornerPathEffect extends PathEffect {
DDiscretePathEffect.java19 public class DiscretePathEffect extends PathEffect {
DDashPathEffect.java19 public class DashPathEffect extends PathEffect {
DPathDashPathEffect.java19 public class PathDashPathEffect extends PathEffect {
DPaint.java71 private PathEffect mPathEffect;
1345 public PathEffect getPathEffect() { in getPathEffect()
1358 public PathEffect setPathEffect(PathEffect effect) { in setPathEffect()
/frameworks/base/core/jni/
DAndroid.bp147 "android/graphics/PathEffect.cpp",
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10756 public class ComposePathEffect extends android.graphics.PathEffect {
10757 ctor public ComposePathEffect(android.graphics.PathEffect, android.graphics.PathEffect);
10765 public class CornerPathEffect extends android.graphics.PathEffect {
10769 public class DashPathEffect extends android.graphics.PathEffect {
10773 public class DiscretePathEffect extends android.graphics.PathEffect {
10984 method public android.graphics.PathEffect getPathEffect();
11037 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
11200 public class PathDashPathEffect extends android.graphics.PathEffect {
11212 public class PathEffect {
11213 ctor public PathEffect();
[all …]
/frameworks/base/config/
Dpreloaded-classes1229 android.graphics.PathEffect
Dboot-image-profile.txt5866 …Landroid/graphics/Paint;->setPathEffect(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;
33392 Landroid/graphics/PathEffect;
41680 HSPLandroid/graphics/PathEffect;-><init>()V
Dhiddenapi-greylist-max-o.txt20960 Landroid/graphics/Paint;->mPathEffect:Landroid/graphics/PathEffect;
21110 Landroid/graphics/PathEffect;->nativeDestructor(J)V
21111 Landroid/graphics/PathEffect;->native_instance:J
/frameworks/base/non-updatable-api/
Dcurrent.txt14138 public class ComposePathEffect extends android.graphics.PathEffect {
14139 ctor public ComposePathEffect(android.graphics.PathEffect, android.graphics.PathEffect);
14148 public class CornerPathEffect extends android.graphics.PathEffect {
14152 public class DashPathEffect extends android.graphics.PathEffect {
14156 public class DiscretePathEffect extends android.graphics.PathEffect {
14494 method public android.graphics.PathEffect getPathEffect();
14569 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
14737 public class PathDashPathEffect extends android.graphics.PathEffect {
14747 public class PathEffect {
14748 ctor public PathEffect();
[all …]
/frameworks/base/api/
Dcurrent.txt14138 public class ComposePathEffect extends android.graphics.PathEffect {
14139 ctor public ComposePathEffect(android.graphics.PathEffect, android.graphics.PathEffect);
14148 public class CornerPathEffect extends android.graphics.PathEffect {
14152 public class DashPathEffect extends android.graphics.PathEffect {
14156 public class DiscretePathEffect extends android.graphics.PathEffect {
14494 method public android.graphics.PathEffect getPathEffect();
14569 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
14737 public class PathDashPathEffect extends android.graphics.PathEffect {
14747 public class PathEffect {
14748 ctor public PathEffect();
[all …]