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

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 51 private float mDy = 1;
120 mDy = dy;
139 mDrawMatrix.postTranslate(-y * mDy, x * mDx);
141 mDrawMatrix.postTranslate(x * mDx, y * mDy);
199 bb.putInt((int) (event.getY(ptr_index) / mDy));
201 bb.putInt((int) (event.getY(ptr_index) / mDy));
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 122 private final float mDy;
131 mDy = y1 - y0;
132 mDSize2 = mDx * mDx + mDy * mDy;
227 pos = (y - mY0) / mDy;
228 } else if (mDy == 0) {
232 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2;
  /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);
395 float mDy;
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);
689 float mDy;
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 

Completed in 26 milliseconds