Home
last modified time | relevance | path

Searched refs:PathMeasure (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java19 public class PathMeasure { class
31 public PathMeasure() { in PathMeasure() method in PathMeasure
50 public PathMeasure(Path path, boolean forceClosed) { in PathMeasure() method in PathMeasure
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/compat/
H A DPathInterpolatorCompat.java20 import android.graphics.PathMeasure;
44 final PathMeasure pathMeasure = new PathMeasure(path, false /* forceClosed */); in PathInterpolatorBase()
/aosp12/frameworks/base/core/java/android/transition/
H A DPatternPathMotion.java22 import android.graphics.PathMeasure;
103 PathMeasure pathMeasure = new PathMeasure(patternPath, false); in setPatternPath()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java27 import android.graphics.PathMeasure;
80 private final PathMeasure mScratchPathMeasure = new PathMeasure(mScratchPath, false);
280 PathMeasure pathMeasure = new PathMeasure(); in computeRegions()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextOnPathActivity.java24 import android.graphics.PathMeasure;
74 private final PathMeasure mMeasure;
98 mMeasure = new PathMeasure(mPath, false); in TextOnPathView()
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java22 import android.graphics.PathMeasure;
245 private PathMeasure mPathMeasure;
293 mPathMeasure = new PathMeasure(path, false); in StrokeDescription()
299 PathMeasure pathMeasure = new PathMeasure(tempPath, false); in StrokeDescription()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DDotRenderer.java27 import android.graphics.PathMeasure;
81 new PathMeasure(trianglePath, false).getPosTan(0, pos, null); in getPathPoint()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterDraw.java27 import android.graphics.PathMeasure;
188 PathMeasure mPathMeasure = new PathMeasure(); in draw()
H A DFilterDrawRepresentation.java21 import android.graphics.PathMeasure;
324 PathMeasure mPathMeasure = new PathMeasure(); in serializeRepresentation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java29 import android.graphics.PathMeasure;
86 private final PathMeasure mPathMeasure = new PathMeasure();
/aosp12/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DRegion.java25 import android.graphics.PathMeasure;
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java36 import android.graphics.PathMeasure;
1069 private PathMeasure mPathMeasure;
1159 mPathMeasure = new PathMeasure(); in drawPath()
/aosp12/frameworks/base/libs/hwui/
H A DAndroid.bp360 "jni/PathMeasure.cpp",
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1927 android.graphics.PathMeasure
H A Dboot-image-profile.txt6912 HSPLandroid/graphics/PathMeasure;-><init>()V
6913 HSPLandroid/graphics/PathMeasure;-><init>(Landroid/graphics/Path;Z)V
6914 HSPLandroid/graphics/PathMeasure;->finalize()V
6915 HSPLandroid/graphics/PathMeasure;->getLength()F
6916 HSPLandroid/graphics/PathMeasure;->getPosTan(F[F[F)Z
6917 HSPLandroid/graphics/PathMeasure;->setPath(Landroid/graphics/Path;Z)V+]Landroid/graphics/Path;Landr…
24865 Landroid/graphics/PathMeasure;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21103 Landroid/graphics/PathMeasure;->mPath:Landroid/graphics/Path;
21104 Landroid/graphics/PathMeasure;->native_create(JZ)J
21105 Landroid/graphics/PathMeasure;->native_destroy(J)V
21106 Landroid/graphics/PathMeasure;->native_getLength(J)F
21107 Landroid/graphics/PathMeasure;->native_getMatrix(JFJI)Z
21108 Landroid/graphics/PathMeasure;->native_getPosTan(JF[F[F)Z
21109 Landroid/graphics/PathMeasure;->native_getSegment(JFFJZ)Z
21110 Landroid/graphics/PathMeasure;->native_instance:J
21111 Landroid/graphics/PathMeasure;->native_isClosed(J)Z
21112 Landroid/graphics/PathMeasure;->native_nextContour(J)Z
[all …]
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1926 android.graphics.PathMeasure
H A Dboot-image-profile.txt6910 HSPLandroid/graphics/PathMeasure;-><init>()V
6911 HSPLandroid/graphics/PathMeasure;-><init>(Landroid/graphics/Path;Z)V
6912 HSPLandroid/graphics/PathMeasure;->finalize()V
6913 HSPLandroid/graphics/PathMeasure;->getLength()F
6914 HSPLandroid/graphics/PathMeasure;->getPosTan(F[F[F)Z
6915 HSPLandroid/graphics/PathMeasure;->setPath(Landroid/graphics/Path;Z)V+]Landroid/graphics/Path;Landr…
34502 Landroid/graphics/PathMeasure;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15857 public class PathMeasure {
15858 ctor public PathMeasure();
15859 ctor public PathMeasure(android.graphics.Path, boolean);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt11216 public class PathMeasure {
11217 ctor public PathMeasure();
11218 ctor public PathMeasure(android.graphics.Path, boolean);