Searched defs:dx3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
H A DOctopusDrawable.java348 public Arm(float x, float y, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3, argument
352 link3 = new Link(2, x+dx1+dx2, y+dy1+dy2, dx3, dy3);
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java770 float dx3, float dy3) {
778 dx3 += mLastX;
780 mPath.curveTo(dx1, dy1, dx2, dy2, mLastX = dx3, mLastY = dy3);
769 rCubicTo(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) argument

Completed in 143 milliseconds