Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java284 List<DisplayFeature> displayFeatureList = getDisplayFeatures(context, storedFeatures); in getWindowLayoutInfo()
316 List<DisplayFeature> displayFeatureList = getDisplayFeatures(displayId, windowConfiguration, in getWindowLayoutInfo()
339 private List<DisplayFeature> getDisplayFeatures( in getDisplayFeatures() method in WindowLayoutComponentImpl
344 return getDisplayFeatures(context.getDisplayId(), in getDisplayFeatures()
350 private List<DisplayFeature> getDisplayFeatures(int displayId, in getDisplayFeatures() method in WindowLayoutComponentImpl
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java640 final Rect hingeBounds = windowLayoutInfo.getDisplayFeatures().get(0).getBounds(); in testGetRelBoundsForPosition_useHingeSplitType()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java1136 final List<DisplayFeature> displayFeatures = info.getDisplayFeatures(); in getFoldingFeature()