Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
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()
999 @NonNull Configuration taskConfiguration, @Nullable FoldingFeature foldingFeature) { in computeSplitType()
[all …]
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DEmbeddingTestUtils.java216 final FoldingFeature foldingFeature = new FoldingFeature( in createWindowLayoutInfo() local