Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java86 private final SupportedWindowFeatures mSupportedWindowFeatures; field in WindowLayoutComponentImpl
96 mSupportedWindowFeatures = new SupportedWindowFeatures.Builder(displayFoldFeatures).build(); in WindowLayoutComponentImpl()
309 return mSupportedWindowFeatures; in getSupportedWindowFeatures()