Home
last modified time | relevance | path

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

/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DTreeView.java648 int newWidth, newHeight;
653 newHeight = (int) (newWidth / ratio);
655 newHeight =
658 newWidth = (int) (newHeight * ratio);
665 newHeight = Math.max(newHeight * 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.java154 final String newHeight = height; in addContextMenuActions() local
180 final String newAttrValue = getValue(valueId, newHeight); in addContextMenuActions()