Home
last modified time | relevance | path

Searched refs:cubicTo (Results 1 – 18 of 18) 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()
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()
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()
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/stack/
DHeadsUpAppearInterpolator.java40 path.cubicTo(x1 * 0.9f / xTot, 0f, in getAppearPath()
43 path.cubicTo((x1 + x2 * 0.4f) / xTot, y1 / y3, in getAppearPath()
46 path.cubicTo((x1 + x2 + x3 * 0.4f) / xTot, y2 / y3, in getAppearPath()
/frameworks/support/v4/donut/android/support/v4/view/animation/
DPathInterpolatorDonut.java109 path.cubicTo(controlX1, controlY1, controlX2, controlY2, 1.0f, 1.0f); in createCubic()
/frameworks/base/core/java/android/util/
DPathParser.java417 path.cubicTo(val[k + 0], val[k + 1], val[k + 2], val[k + 3], in addCommand()
449 path.cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY, in addCommand()
676 p.cubicTo((float) q1x, in arcToBezier()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DPathParser.java445 path.cubicTo(val[k + 0], val[k + 1], val[k + 2], val[k + 3], in addCommand()
477 path.cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY, in addCommand()
704 p.cubicTo((float) q1x, in arcToBezier()
/frameworks/base/core/java/android/transition/
DArcMotion.java268 path.cubicTo(controlX1, controlY1, controlX2, controlY2, endX, endY); in getPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java66 path.cubicTo(0.3f, 0.875f, 0.6f, 1f, 1f, 1f);
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java153 path.cubicTo(x1, y1, x2, y2, 1f, 1f); in initCubic()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java287 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3); in native_cubicTo()
736 private void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() method in Path_Delegate
/frameworks/base/graphics/java/android/graphics/
DPath.java406 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() method in Path
/frameworks/base/core/jni/android/graphics/
DPath.cpp145 obj->cubicTo(x1, y1, x2, y2, x3, y3); in cubicTo__FFFFFF()
/frameworks/base/api/
Dcurrent.txt11707 method public void cubicTo(float, float, float, float, float, float);
Dsystem-current.txt12044 method public void cubicTo(float, float, float, float, float, float);