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