public class VideoSizeCalculator
extends java.lang.Object
| Constructor and Description |
|---|
VideoSizeCalculator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentSizeIs(int w,
int h) |
boolean |
hasASizeYet() |
protected com.malmstein.fenster.view.VideoSizeCalculator.Dimens |
measure(int widthMeasureSpec,
int heightMeasureSpec) |
void |
setVideoSize(int mVideoWidth,
int mVideoHeight) |
void |
updateHolder(android.view.SurfaceHolder holder) |
public void setVideoSize(int mVideoWidth,
int mVideoHeight)
public boolean hasASizeYet()
protected com.malmstein.fenster.view.VideoSizeCalculator.Dimens measure(int widthMeasureSpec,
int heightMeasureSpec)
public boolean currentSizeIs(int w,
int h)
public void updateHolder(android.view.SurfaceHolder holder)