HomeSort by relevance Sort by last modified time
    Searched refs:mDx (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 121 private final float mDx;
130 mDx = x1 - x0;
132 mDSize2 = mDx * mDx + mDy * mDy;
226 if (mDx == 0) {
229 pos = (x - mX0) / mDx;
232 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2;
234 pos = (_x - mX0) / mDx;
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 49 private float mDx = 1;
119 mDx = dx;
139 mDrawMatrix.postTranslate(-y * mDy, x * mDx);
141 mDrawMatrix.postTranslate(x * mDx, y * mDy);
198 bb.putInt((int) (event.getX(ptr_index) / mDx));
202 bb.putInt((int) (getWidth() - event.getX(ptr_index) / mDx));
  /frameworks/base/libs/hwui/
DisplayListOp.h 381 : mDx(dx), mDy(dy) {}
384 renderer.translate(mDx, mDy);
388 OP_LOG("Translate by %f %f", mDx, mDy);
394 float mDx;
674 : mRadius(radius), mDx(dx), mDy(dy), mColor(color) {}
677 renderer.setupShadow(mRadius, mDx, mDy, mColor);
681 OP_LOG("SetupShadow, radius %f, %f, %f, color %#x", mRadius, mDx, mDy, mColor);
688 float mDx;
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 

Completed in 5536 milliseconds