Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
H A DWindowExtensionsImpl.java34 private volatile WindowLayoutComponent mWindowLayoutComponent; field in WindowExtensionsImpl
50 if (mWindowLayoutComponent == null) { in getWindowLayoutComponent()
52 if (mWindowLayoutComponent == null) { in getWindowLayoutComponent()
54 mWindowLayoutComponent = new WindowLayoutComponentImpl(context); in getWindowLayoutComponent()
58 return mWindowLayoutComponent; in getWindowLayoutComponent()