HomeSort by relevance Sort by last modified time
    Searched defs:mY0 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 35 private float mY0;
68 mY0 = y0;
92 mY0 = y0;
105 return nativeCreate1(nativeMatrix, mX0, mY0, mX1, mY1,
108 return nativeCreate2(nativeMatrix, mX0, mY0, mX1, mY1,
120 copy = new LinearGradient(mX0, mY0, mX1, mY1, mColors.clone(),
123 copy = new LinearGradient(mX0, mY0, mX1, mY1, mColor0, mColor1, mTileMode);
  /frameworks/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 109 private final float mY0;
118 mY0 = y0;
213 pos = (y - mY0) / mDy;
218 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2;

Completed in 57 milliseconds