HomeSort by relevance Sort by last modified time
    Searched full:scenewidth (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 634 int sceneWidth = imageData.width;
636 if (sceneWidth == 0.0 || sceneHeight == 0.0) {
641 int hDelta = canvasWidth - sceneWidth;
657 double hScale = (canvasWidth - 2 * hMargin) / (double) sceneWidth;
    [all...]

Completed in 682 milliseconds