Home
last modified time | relevance | path

Searched defs:pathMeasure (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java104 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_setPath() local
124 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_getLength() local
136 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_isClosed() local
165 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_getSegment() local
/aosp12/frameworks/base/core/java/android/transition/
H A DPatternPathMotion.java103 PathMeasure pathMeasure = new PathMeasure(patternPath, false); in setPatternPath() local
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/compat/
H A DPathInterpolatorCompat.java44 final PathMeasure pathMeasure = new PathMeasure(path, false /* forceClosed */); in PathInterpolatorBase() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java280 PathMeasure pathMeasure = new PathMeasure(); in computeRegions() local
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java299 PathMeasure pathMeasure = new PathMeasure(tempPath, false); in StrokeDescription() local