/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | LayoutBidiCursorPathTest.java | 77 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 D | PathInterpolatorBuilder.java | 58 float[] pointComponents = path.approximate(PRECISION); in initPath()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | CornerPathRenderer.java | 66 float[] rawInput = path.approximate(ACCEPTABLE_ERROR); in getApproximatePoints()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | PathKeyframes.java | 57 mKeyframeData = path.approximate(error); in PathKeyframes()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | PathInterpolator.java | 164 float[] pointComponents = path.approximate(PRECISION); in initPath()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Path.cpp | 424 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 D | Path.java | 785 public float[] approximate(@FloatRange(from = 0) float acceptableError) { in approximate() method in Path
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | activitymanagerservice.proto | 324 // 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 D | batterystats.proto | 736 // In approximate order or priority (top being what the framework considers
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6600 HSPLandroid/graphics/Path;->approximate(F)[F
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6603 HSPLandroid/graphics/Path;->approximate(F)[F
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16149 method @NonNull @Size(min=6, multiple=3) public float[] approximate(@FloatRange(from=0) float);
|