Example #1
0
 /**
  * Returns the height of the preview, in pixels
  *
  * @return the height in pixels
  */
 public int getHeight() {
   return (int) (mHeight * mScale * RenderPreviewManager.getScale());
 }
Example #2
0
 /**
  * Returns the width of the preview, in pixels
  *
  * @return the width in pixels
  */
 public int getWidth() {
   return (int) (mWidth * mScale * RenderPreviewManager.getScale());
 }