getNavigationBarStableRect

Returns the window coordinates of the system-defined (stable) NavigationBar area.
This value remains constant even if the NavigationBar is hidden.
Supports bottom, left, and right NavigationBar positions.

시스템 정의(stable) NavigationBar 영역의 윈도우 좌표를 반환합니다.
이 값은 NavigationBar가 숨겨진 경우에도 일정하게 유지됩니다.
하단, 왼쪽, 오른쪽 NavigationBar 위치를 지원합니다.

Return

Rect with window coordinates relative to decorView. Bottom: (0, decorViewHeight-navHeight, decorViewWidth, decorViewHeight), Left: (0, 0, navWidth, decorViewHeight), Right: (decorViewWidth-navWidth, 0, decorViewWidth, decorViewHeight), or null if WindowInsets not ready (early initialization before view measurement).

decorView 기준 윈도우 좌표를 가진 Rect. 하단: (0, decorView높이-네비높이, decorView너비, decorView높이), 왼쪽: (0, 0, 네비너비, decorView높이), 오른쪽: (decorView너비-네비너비, 0, decorView너비, decorView높이), WindowInsets 미준비 시 (뷰 측정 전 초기화 단계) null.