if i use the code shown here to get the total screen size it is always short on height to the total screen size as shown in the documented specs for the device. for example
Get all Display set your width and height as you required.
Display display; display=getWindowManager().getDefaultDisplay(); text1.setWidth(display.getWidth()-380); text1.setHeight(display.getHeight()-720);