Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
H A DWindowLayoutComponentImpl.java274 List<DisplayFeature> displayFeatureList = getDisplayFeatures(context, storedFeatures); in getWindowLayoutInfo()
297 List<DisplayFeature> displayFeatureList = getDisplayFeatures(displayId, windowConfiguration, in getWindowLayoutInfo()
320 private List<DisplayFeature> getDisplayFeatures( in getDisplayFeatures() method in WindowLayoutComponentImpl
325 return getDisplayFeatures(context.getDisplayId(), in getDisplayFeatures()
331 private List<DisplayFeature> getDisplayFeatures(int displayId, in getDisplayFeatures() method in WindowLayoutComponentImpl
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java105 windowLayoutInfo.displayFeatures = getDisplayFeatures(activity); in getWindowLayoutInfo()
109 private List<SidecarDisplayFeature> getDisplayFeatures(@NonNull Activity activity) { in getDisplayFeatures() method in SampleSidecarImpl
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java598 final Rect hingeBounds = windowLayoutInfo.getDisplayFeatures().get(0).getBounds(); in testGetRelBoundsForPosition_useHingeSplitType()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java956 final List<DisplayFeature> displayFeatures = info.getDisplayFeatures(); in getFoldingFeature()