Searched refs:dx (Results 1 – 7 of 7) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SwtUtils.java | 291 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx++) { in drawRectangles() 292 destData.setPixel(dx, dy, srcData.getPixel(sx, sy)); in drawRectangles() 293 alphaData[dy * destWidth + dx] = alpha; in drawRectangles() 304 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx = (dx - dx1) * sxDelta in drawRectangles() 307 destData.setPixel(dx, dy, srcData.getPixel(sx, sy)); in drawRectangles() 308 alphaData[dy * destWidth + dx] = alpha; in drawRectangles()
|
D | GCWrapper.java | 591 int dx = x2 - x1; in drawArrow() local 592 double angle = Math.atan2(dy, dx); in drawArrow() 593 double lineLength = Math.sqrt(dy * dy + dx * dx); in drawArrow()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
D | MultiTouchView.java | 118 public void setDxDy(float dx, float dy, boolean rotateDisplay) { in setDxDy() argument 119 mDx = dx; in setDxDy() 123 mBaseMatrix.setScale(dx, dy); in setDxDy()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MultiTouchActivity.java | 362 float dx = (float) w / (float) e_width; in updateDisplay() local 364 mImageView.setDxDy(dx, dy, rotateDisplay); in updateDisplay() 367 dx + " x " + dy); in updateDisplay()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | build_messages.properties | 56 ApkBuilder_UnableBuild_Dex_Not_loaded=Unable to build: the file dx.jar was not loaded from the SDK …
|
/sdk/ |
D | changes.txt | 157 latest version of aapt/aidl/dx.
|
/sdk/eclipse/ |
D | changes.txt | 719 - Fixed issue related to the integration of dx. 745 - dx (dalvik code conversion tool) now embedded instead of calling the 807 tools such and aidl, dx, and aapt (only when they can't be
|