Home
last modified time | relevance | path

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

/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DTreeView.java648 int newWidth, newHeight;
650 newWidth =
653 newHeight = (int) (newWidth / ratio);
658 newWidth = (int) (newHeight * ratio);
664 newWidth = Math.max(newWidth * 2, 1);
667 new Image(Display.getDefault(), newWidth, newHeight);
670 gc.fillRectangle(0, 0, newWidth, newHeight);
674 newWidth, newHeight);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java153 final String newWidth = width; in addContextMenuActions() local
168 final String newAttrValue = getValue(valueId, newWidth); in addContextMenuActions()