Package-level declarations

Types

Link copied to clipboard
open class DisplayInfo(context: Context) : BaseSystemService

Provides display-related metrics such as physical screen size, app window size, status bar, and navigation bar sizes.

물리 화면 크기, 앱 윈도우 크기, 상태 바, 내비게이션 바 크기 등 디스플레이 정보를 제공합니다.

Link copied to clipboard
data class DisplayInfoBarInsets(val top: Int, val bottom: Int, val left: Int, val right: Int)
Link copied to clipboard
data class DisplayInfoSize(val width: Int, val height: Int)