Home
last modified time | relevance | path

Searched refs:mDy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DLinearGradient_Delegate.java106 private final float mDy; field in LinearGradient_Delegate.LinearGradientPaint
115 mDy = y1 - y0; in LinearGradientPaint()
116 mDSize2 = mDx * mDx + mDy * mDy; in LinearGradientPaint()
211 pos = (y - mY0) / mDy; in getColor()
212 } else if (mDy == 0) { in getColor()
216 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; in getColor()
/frameworks/base/libs/hwui/
DDisplayListOp.h404 : mDx(dx), mDy(dy) {} in TranslateOp()
407 renderer.translate(mDx, mDy); in applyState()
411 OP_LOG("Translate by %f %f", mDx, mDy); in output()
418 float mDy; variable
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java7755 private int mDy; field in RecyclerView.SmoothScroller.Action
7793 mDy = dy; in Action()
7802 recyclerView.mViewFlinger.smoothScrollBy(mDx, mDy); in runIfNecessary()
7804 recyclerView.mViewFlinger.smoothScrollBy(mDx, mDy, mDuration); in runIfNecessary()
7807 … recyclerView.mViewFlinger.smoothScrollBy(mDx, mDy, mDuration, mInterpolator); in runIfNecessary()
7841 return mDy; in getDy()
7846 mDy = dy; in setDy()
7883 mDy = dy; in update()