java Programming Glossary: screenwidth
Full screen videoview without stretching the video http://stackoverflow.com/questions/12211837/full-screen-videoview-without-stretching-the-video videoProportion float videoWidth float videoHeight int screenWidth getWindowManager .getDefaultDisplay .getWidth int screenHeight.. .getDefaultDisplay .getHeight float screenProportion float screenWidth float screenHeight android.view.ViewGroup.LayoutParams lp surfaceViewFrame.getLayoutParams.. if videoProportion screenProportion lp.width screenWidth lp.height int float screenWidth videoProportion else lp.width..
|