스크린 크기 구하기
Display display = ((WindowManager)getSystemService(WINDOW_SERVICE)).getDefaultDisplay(); int displayWidth = display.getWidth(); int displayHeight = display.getHeight();
public class
Display
java.lang.Object | |
↳ | android.view.Display |
Class Overview
Provides information about the display size and density.
Summary
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DEFAULT_DISPLAY | The default Display id. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the index of this display. | |||||||||||
Gets display metrics that describe the size and density of this display. | |||||||||||
This method is deprecated. use getRotation() | |||||||||||
Return the native pixel format of the display. | |||||||||||
Gets the size of the display as a rectangle, in pixels. | |||||||||||
Return the refresh rate of this display in frames per second. | |||||||||||
Returns the rotation of the screen from its "natural" orientation. | |||||||||||
Gets the size of the display, in pixels. | |||||||||||
'Dev. 안드로이드 > 참고소스' 카테고리의 다른 글
안드로이드 환경설정(Preferences) 사용하기 (0) | 2012.07.26 |
---|---|
안드로이드 단말기(device 기기) 정보(계정, 고유 정보값) 가져오기 (4) | 2012.05.21 |
안드로이드 TabHost, TabWidget 사용하기 (0) | 2012.04.19 |
WebView 사용 예제 (0) | 2012.04.18 |
edittext 키패드 입력에 따른 리스너 지정 (0) | 2012.04.06 |