Package-level declarations

Functions

Link copied to clipboard

Destroys and clears the cached SystemBarController instance from this Window.
Automatically calls onDestroy() on the cached controller before removing it.
After calling this, the next getSystemBarController() call will create a new instance.

이 Window에서 캐시된 SystemBarController 인스턴스를 파괴하고 제거합니다.
제거 전에 캐시된 컨트롤러의 onDestroy()를 자동으로 호출합니다.
호출 후 다음 getSystemBarController() 호출 시 새 인스턴스가 생성됩니다.

Link copied to clipboard

Creates a new DisplayInfo instance for this Context.

이 Context에 대한 새로운 DisplayInfo 인스턴스를 생성합니다.

Link copied to clipboard

Creates a new FloatingViewController instance for this Context.

이 Context에 대한 새로운 FloatingViewController 인스턴스를 생성합니다.

Link copied to clipboard

Creates a new SoftKeyboardController instance for this Context.

이 Context에 대한 새로운 SoftKeyboardController 인스턴스를 생성합니다.

Link copied to clipboard

Gets or creates a cached SystemBarController instance for this Window.
Uses View.setTag() to cache the controller instance in the decorView, ensuring one controller per Window.

이 Window에 대한 캐시된 SystemBarController 인스턴스를 가져오거나 생성합니다.
View.setTag()를 사용하여 decorView에 컨트롤러 인스턴스를 캐싱하여 Window당 하나의 컨트롤러를 보장합니다.