Home
last modified time | relevance | path

Searched refs:WindowLayoutComponentImpl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
H A DWindowExtensionsImpl.java26 import androidx.window.extensions.layout.WindowLayoutComponentImpl;
54 mWindowLayoutComponent = new WindowLayoutComponentImpl(context); in getWindowLayoutComponent()
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImpl.java57 public class WindowLayoutComponentImpl implements WindowLayoutComponent { class
70 public WindowLayoutComponentImpl(Context context) { in WindowLayoutComponentImpl() method in WindowLayoutComponentImpl