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/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java767 float dx3, float dy3) {
775 dx3 += mLastX;
777 mPath.curveTo(dx1, dy1, dx2, dy2, mLastX = dx3, mLastY = dy3);
766 rCubicTo(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) argument

Completed in 200 milliseconds