Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreview.java165 private double mAspectRatio; field in RenderPreview
255 return mAspectRatio; in getAspectRatio()
1175 mAspectRatio = mWidth / (double) mHeight; in updateSize()
1319 return (int) Math.signum(preview1.mAspectRatio - preview2.mAspectRatio);