/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathsCacheActivity.java | 57 path.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f); in buildPath() 58 path.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f); in buildPath() 59 path.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f); in buildPath() 70 path.cubicTo(0.0f, 0.0f, 10000.0f, 15000.0f, 10000.0f, 20000.0f); in buildLargePath() 71 path.cubicTo(10000.0f, 20000.0f, 5000.0f, 30000.0f, -8000.0f, 20000.0f); in buildLargePath() 72 path.cubicTo(-8000.0f, 20000.0f, 10000.0f, 20000.0f, 20000.0f, 0.0f); in buildLargePath()
|
D | ClearActivity.java | 60 mPath.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f); in PathsView() 61 mPath.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f); in PathsView() 62 mPath.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f); in PathsView()
|
D | ScaledPathsActivity.java | 53 mPath.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f); in PathsView() 54 mPath.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f); in PathsView() 55 mPath.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f); in PathsView()
|
D | ScaledTextActivity.java | 88 path.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f); in buildPath() 89 path.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f); in buildPath() 90 path.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f); in buildPath()
|
D | TextOnPathActivity.java | 52 path.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f); in buildPath() 53 path.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f); in buildPath() 54 path.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f); in buildPath()
|
D | PathsActivity.java | 87 mPath.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f); in PathsView() 88 mPath.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f); in PathsView() 89 mPath.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f); in PathsView()
|
/frameworks/libs/systemui/animationlib/src/com/android/app/animation/ |
D | Interpolators.java | 75 exaggeratedEase.cubicTo(0.05f, 0f, 0.133333f, 0.08f, 0.166666f, 0.4f); 76 exaggeratedEase.cubicTo(0.225f, 0.94f, 0.5f, 1f, 1f, 1f); 324 path.cubicTo(0.05f, 0f, 0.133333f, 0.06f, 0.166666f, 0.4f); in createEmphasizedInterpolator() 325 path.cubicTo(0.208333f, 0.82f, 0.25f, 1f, 1f, 1f); in createEmphasizedInterpolator() 336 path.cubicTo(0.1217f, 0.0462f, 0.15f, 0.4686f, 0.1667f, 0.66f); in createEmphasizedComplement() 337 path.cubicTo(0.1834f, 0.8878f, 0.1667f, 1f, 1f, 1f); in createEmphasizedComplement()
|
D | InterpolatorsAndroidX.java | 81 exaggeratedEase.cubicTo(0.05f, 0f, 0.133333f, 0.08f, 0.166666f, 0.4f); 82 exaggeratedEase.cubicTo(0.225f, 0.94f, 0.5f, 1f, 1f, 1f); 330 path.cubicTo(0.05f, 0f, 0.133333f, 0.06f, 0.166666f, 0.4f); in createEmphasizedInterpolator() 331 path.cubicTo(0.208333f, 0.82f, 0.25f, 1f, 1f, 1f); in createEmphasizedInterpolator() 342 path.cubicTo(0.1217f, 0.0462f, 0.15f, 0.4686f, 0.1667f, 0.66f); in createEmphasizedComplement() 343 path.cubicTo(0.1834f, 0.8878f, 0.1667f, 1f, 1f, 1f); in createEmphasizedComplement()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | PathClippingAnimation.cpp | 78 path.cubicTo(0, size * .75, size * .25, size, size / 2, size); in setPath() 79 path.cubicTo(size * .75, size, size, size * .75, size, size / 2); in setPath() 80 path.cubicTo(size, size * .25, size * .75, 0, size / 2, 0); in setPath() 81 path.cubicTo(size / 4, 0, 0, size / 4, 0, size / 2); in setPath()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | Interpolators.java | 113 path.cubicTo(0.05f, 0f, 0.133333f, 0.06f, 0.166666f, 0.4f); in createEmphasizedInterpolator() 114 path.cubicTo(0.208333f, 0.82f, 0.25f, 1f, 1f, 1f); in createEmphasizedInterpolator()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | GlifPatternDrawable.java | 190 p.cubicTo(1290.7f, 121.6f, 1219.2f, 41.1f, 1178.7f, 0f); in renderOnCanvas() 203 p.cubicTo(1123.6f, 563.3f, 1027.4f, 275.2f, 856.2f, 0f); in renderOnCanvas() 211 p.cubicTo(661.9f, 348.8f, 427.2f, 21.4f, 401.2f, 25.4f); in renderOnCanvas() 218 p.cubicTo(381.7f, 604.6f, 481.6f, 344.3f, 562.2f, 0f); in renderOnCanvas() 227 p.cubicTo(327.7f, 475.3f, 228.5f, 201f, 146f, 0f); in renderOnCanvas()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
D | ScrimDrawable.java | 241 mPath.cubicTo(mBoundsRectF.right, mBoundsRectF.top + topEdgeRadius, in draw() 245 mPath.cubicTo(mBoundsRectF.left + topEdgeRadius, mBoundsRectF.top, in draw() 249 mPath.cubicTo(mBoundsRectF.left, mBoundsRectF.bottom - bottomEdgeRadius, in draw() 253 mPath.cubicTo(mBoundsRectF.right - bottomEdgeRadius, mBoundsRectF.bottom, in draw()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | VectorDrawableTests.cpp | 90 outPath->cubicTo(8.0, 8.0, 8.0, 8.0, 8.0, 8.0); in __anon5bdcb95c0202() 92 outPath->cubicTo(16.0, 16.0, 9.0, 9.0, 9.0, 9.0); in __anon5bdcb95c0202() 204 outPath->cubicTo(5.7, 13.1, 5.5, 13.2, 5.3, 13.2); in __anon5bdcb95c0502()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | PathIteratorPerfTest.java | 46 path.cubicTo(prevX, prevY, x, y, x, y); in constructCircularPath()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | PathTools.kt | 63 "C" -> cubicTo(args[0], args[1], args[2], args[3], args[4], args[5]) in Path()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | FloatsToPath.java | 73 path.cubicTo( in genPath()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | SysUiOverlay.java | 40 corner.cubicTo(width, 0, width /2 - r, height /2 - r, 0, height); in createCornerPath()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PathInterpolatorBuilder.java | 53 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
|
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 216 outPath->cubicTo(points->at(k + 0), points->at(k + 1), points->at(k + 2), in addCommand() 246 outPath->cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY, points->at(k + 0), in addCommand()
|
/frameworks/base/core/java/android/transition/ |
D | ArcMotion.java | 278 path.cubicTo(control1X, control1Y, control2X, control2Y, endX, endY); in getPath()
|
/frameworks/base/core/java/android/view/animation/ |
D | PathInterpolator.java | 159 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
D | SquigglyProgress.kt | 186 path.cubicTo(midX, currentAmp, midX, nextAmp, nextX, nextAmp) in <lambda>()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 473 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() method in Path
|
/frameworks/base/libs/hwui/jni/ |
D | Path.cpp | 120 obj->cubicTo(x1, y1, x2, y2, x3, y3); in cubicTo__FFFFFF()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6544 HSPLandroid/graphics/Path;->cubicTo(FFFFFF)V
|