Home
last modified time | relevance | path

Searched defs:foldingFeature (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java654 final FoldingFeature foldingFeature = getFoldingFeatureForHingeType( in sanitizeSplitAttributes() local
730 final FoldingFeature foldingFeature = getFoldingFeatureForHingeType( in getRelBoundsForPosition() local
755 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getPrimaryBounds()
795 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getSecondaryBounds()
848 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getLeftContainerBounds()
857 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getRightContainerBounds()
866 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getTopContainerBounds()
875 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getBottomContainerBounds()
903 @Nullable FoldingFeature foldingFeature) { in computeBoundaryBetweenContainers()
1033 @Nullable FoldingFeature foldingFeature, @WindowingMode int taskWindowingMode) { in shouldSplitByHinge()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DEmbeddingTestUtils.java216 final FoldingFeature foldingFeature = new FoldingFeature( in createWindowLayoutInfo() local