Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DComposePathEffect.java19 public class ComposePathEffect extends PathEffect {
25 public ComposePathEffect(PathEffect outerpe, PathEffect innerpe) { in ComposePathEffect()
H A DSumPathEffect.java19 public class SumPathEffect extends PathEffect {
25 public SumPathEffect(PathEffect first, PathEffect second) { in SumPathEffect()
H A DCornerPathEffect.java19 public class CornerPathEffect extends PathEffect {
H A DPathEffect.java24 public class PathEffect { class
H A DDiscretePathEffect.java19 public class DiscretePathEffect extends PathEffect {
H A DDashPathEffect.java19 public class DashPathEffect extends PathEffect {
H A DPathDashPathEffect.java19 public class PathDashPathEffect extends PathEffect {
H A DPaint.java72 private PathEffect mPathEffect;
1399 public PathEffect getPathEffect() { in getPathEffect()
1412 public PathEffect setPathEffect(PathEffect effect) { in setPathEffect()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DVisibleUniverse.kt22 import androidx.compose.ui.graphics.PathEffect
109 pathEffect = PathEffect.dashPathEffect(floatArrayOf(8f / zoom, 8f / zoom), 0f)
182 pathEffect = PathEffect.cornerPathEffect(radius = 200f)
198 pathEffect = PathEffect.cornerPathEffect(radius = 200f)
251 pathEffect = PathEffect.cornerPathEffect(radius = 1f)
H A DMainActivity.kt57 import androidx.compose.ui.graphics.PathEffect
379 PathEffect.dashPathEffect(
/aosp14/frameworks/base/libs/hwui/
H A DAndroid.bp367 "jni/PathEffect.cpp",
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15488 public class ComposePathEffect extends android.graphics.PathEffect {
15489 ctor public ComposePathEffect(android.graphics.PathEffect, android.graphics.PathEffect);
15498 public class CornerPathEffect extends android.graphics.PathEffect {
15502 public class DashPathEffect extends android.graphics.PathEffect {
15506 public class DiscretePathEffect extends android.graphics.PathEffect {
15949 method public android.graphics.PathEffect getPathEffect();
16026 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
16219 public class PathEffect {
16220 ctor public PathEffect();
16636 public class SumPathEffect extends android.graphics.PathEffect {
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2129 android.graphics.PathEffect
H A Dboot-image-profile.txt6566 …Landroid/graphics/Paint;->setPathEffect(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;
24913 Landroid/graphics/PathEffect;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2133 android.graphics.PathEffect
H A Dboot-image-profile.txt6569 …Landroid/graphics/Paint;->setPathEffect(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;
35020 Landroid/graphics/PathEffect;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18073 Landroid/graphics/Paint;->mPathEffect:Landroid/graphics/PathEffect;
18223 Landroid/graphics/PathEffect;->nativeDestructor(J)V
18224 Landroid/graphics/PathEffect;->native_instance:J