/frameworks/base/tests/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 | 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 | 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 | 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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | HeadsUpAppearInterpolator.java | 40 path.cubicTo(X1 * 0.8f / XTOT, y1 / y2, in getAppearPath() 43 path.cubicTo((X1 + X2 * 0.4f) / XTOT, y1 / y2, in getAppearPath()
|
/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/libs/hwui/tests/unit/ |
D | VectorDrawableTests.cpp | 84 outPath->cubicTo(8.0, 8.0, 8.0, 8.0, 8.0, 8.0); in __anonc5d061910202() 86 outPath->cubicTo(16.0, 16.0, 9.0, 9.0, 9.0, 9.0); in __anonc5d061910202() 198 outPath->cubicTo(5.7, 13.1, 5.5, 13.2, 5.3, 13.2); in __anonc5d061910502()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PathInterpolatorBuilder.java | 53 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
|
/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/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 | 157 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 571 path.cubicTo(val[k + 0], val[k + 1], val[k + 2], val[k + 3], in addCommand() 603 path.cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY, in addCommand() 832 p.cubicTo((float) q1x, in arcToBezier()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 1158 p.cubicTo(0f, 1f, cpoint1X, cpoint1Y, 0.5f, 1f - topPeekHeightPct); in constructUnfocusedCurve() 1159 p.cubicTo(0.5f, 1f - topPeekHeightPct, cpoint2X, cpoint2Y, 1f, 0f); in constructUnfocusedCurve() 1187 p.cubicTo(focusX * 0.5f, MAX_DIM, focusX * 0.75f, MAX_DIM * 0.75f, focusX, 0f); in constructUnfocusedDimCurve() 1188 p.cubicTo(cpoint2X, 0f, cpoint2X, MED_DIM, 1f, MED_DIM); in constructUnfocusedDimCurve()
|
D | TaskStackViewTouchHandler.java | 69 OVERSCROLL_PATH.cubicTo(0.2f, 0.175f, 0.25f, 0.3f, 1f, 0.3f);
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 296 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3); in nCubicTo() 766 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() method in Path_Delegate
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 439 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() method in Path
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 110 obj->cubicTo(x1, y1, x2, y2, x3, y3); in cubicTo__FFFFFF()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 1195 path.cubicTo(fromX, fromY, toX, 0.9f * fromY + 0.1f * toY, toX, toY); in createCurvedPath() 1198 path.cubicTo(fromX, fromY, fromX, 0.1f * fromY + 0.9f * toY, toX, toY); in createCurvedPath()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5899 HSPLandroid/graphics/Path;->cubicTo(FFFFFF)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11146 method public void cubicTo(float, float, float, float, float, float);
|
/frameworks/base/api/ |
D | current.txt | 14672 method public void cubicTo(float, float, float, float, float, float);
|