Home
last modified time | relevance | path

Searched refs:approximate (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutBidiCursorPathTest.java77 assertArrayEquals(expectedPath.approximate(0f), actualPath.approximate(0f), 0f); in testGetCursorPathSegments()
117 assertArrayEquals(expectedPath.approximate(0f), actualPath.approximate(0f), 0f); in testGetCursorPath_whenShiftIsPressed()
156 assertArrayEquals(expectedPath.approximate(0f), actualPath.approximate(0f), 0f); in testGetCursorPath_whenAltIsPressed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPathInterpolatorBuilder.java58 float[] pointComponents = path.approximate(PRECISION); in initPath()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DCornerPathRenderer.java66 float[] rawInput = path.approximate(ACCEPTABLE_ERROR); in getApproximatePoints()
/aosp14/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java57 mKeyframeData = path.approximate(error); in PathKeyframes()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java164 float[] pointComponents = path.approximate(PRECISION); in initPath()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp424 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, in approximate() function in android::SkPathGlue
568 {"nApproximate", "(JF)[F", (void*)SkPathGlue::approximate},
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPath.java785 public float[] approximate(@FloatRange(from = 0) float acceptableError) { in approximate() method in Path
/aosp14/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto324 // The approximate per-application memory class of the current device. This
331 // The approximate per-application memory class of the current device when an
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto736 // In approximate order or priority (top being what the framework considers
/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/boot/
H A Dboot-image-profile.txt6600 HSPLandroid/graphics/Path;->approximate(F)[F
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6603 HSPLandroid/graphics/Path;->approximate(F)[F
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16149 method @NonNull @Size(min=6, multiple=3) public float[] approximate(@FloatRange(from=0) float);