Searched refs:foldingFeatures (Results 1 – 2 of 2) sorted by relevance
779 List<FoldingFeature> foldingFeatures = extractFoldingFeatures(mWindowLayoutInfo); in test_foldable_reports_all_folds() local781 foldingFeatures.size() <= displayFoldFeatures.size()); in test_foldable_reports_all_folds()785 List<FoldingFeature> foldingFeatures = new ArrayList<>(); in extractFoldingFeatures() local788 foldingFeatures.add((FoldingFeature) feature); in extractFoldingFeatures()791 return foldingFeatures; in extractFoldingFeatures()
659 List<FoldingFeature> foldingFeatures = windowLayoutInfo.getDisplayFeatures() in getFoldingFeature() local665 if (foldingFeatures.size() != 1) { in getFoldingFeature()668 return foldingFeatures.get(0); in getFoldingFeature()