getStatusBarStableRect

Returns the window coordinates of the system-defined (stable) StatusBar area.
This value remains constant even if the StatusBar is hidden.

시스템 정의(stable) StatusBar 영역의 윈도우 좌표를 반환합니다.
이 값은 StatusBar가 숨겨진 경우에도 일정하게 유지됩니다.

Return

Rect with window coordinates relative to decorView (left=0, top=0, right=decorViewWidth, bottom=statusBarHeight), or null if WindowInsets not ready (early initialization before view measurement).

decorView 기준 윈도우 좌표를 가진 Rect (left=0, top=0, right=decorView너비, bottom=상태바높이), WindowInsets 미준비 시 (뷰 측정 전 초기화 단계) null.