Searched refs:getDisplayFeatures (Results 1 – 4 of 4) sorted by relevance
274 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 WindowLayoutComponentImpl325 return getDisplayFeatures(context.getDisplayId(), in getDisplayFeatures()331 private List<DisplayFeature> getDisplayFeatures(int displayId, in getDisplayFeatures() method in WindowLayoutComponentImpl
105 windowLayoutInfo.displayFeatures = getDisplayFeatures(activity); in getWindowLayoutInfo()109 private List<SidecarDisplayFeature> getDisplayFeatures(@NonNull Activity activity) { in getDisplayFeatures() method in SampleSidecarImpl
598 final Rect hingeBounds = windowLayoutInfo.getDisplayFeatures().get(0).getBounds(); in testGetRelBoundsForPosition_useHingeSplitType()
956 final List<DisplayFeature> displayFeatures = info.getDisplayFeatures(); in getFoldingFeature()