Home
last modified time | relevance | path

Searched refs:scaledWidth (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java250 int scaledWidth = (int) (imageWidth * scale); in paint() local
251 if (scaledWidth > maxWidth) { in paint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPaletteControl.java769 int scaledWidth = (int) (scale * width); in dragStart() local
771 int x = -scaledWidth / 2; in dragStart()
773 dragBounds = new Rect(x, y, scaledWidth, scaledHeight); in dragStart()