Home
last modified time | relevance | path

Searched refs:cubicTo (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathsCacheActivity.java57 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()
DScaledPathsActivity.java53 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()
DClearActivity.java60 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()
DScaledTextActivity.java88 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()
DTextOnPathActivity.java52 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()
DPathsActivity.java87 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/
DHeadsUpAppearInterpolator.java40 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/
DGlifPatternDrawable.java190 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/
DVectorDrawableTests.cpp84 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/
DPathInterpolatorBuilder.java53 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSysUiOverlay.java40 corner.cubicTo(width, 0, width /2 - r, height /2 - r, 0, height); in createCornerPath()
/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp216 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/
DArcMotion.java278 path.cubicTo(control1X, control1Y, control2X, control2Y, endX, endY); in getPath()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java157 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java571 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/
DTaskStackLayoutAlgorithm.java1158 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()
DTaskStackViewTouchHandler.java69 OVERSCROLL_PATH.cubicTo(0.2f, 0.175f, 0.25f, 0.3f, 1f, 0.3f);
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java296 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/
DPath.java439 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() method in Path
/frameworks/base/core/jni/android/graphics/
DPath.cpp110 obj->cubicTo(x1, y1, x2, y2, x3, y3); in cubicTo__FFFFFF()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1195 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/
Dboot-image-profile.txt5899 HSPLandroid/graphics/Path;->cubicTo(FFFFFF)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11146 method public void cubicTo(float, float, float, float, float, float);
/frameworks/base/api/
Dcurrent.txt14672 method public void cubicTo(float, float, float, float, float, float);