Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java824 final FoldingFeature foldingFeature = getFoldingFeatureForHingeType( in sanitizeSplitAttributes() local
904 final FoldingFeature foldingFeature = getFoldingFeatureForHingeType( in getRelBoundsForPosition() local
929 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getPrimaryBounds()
969 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getSecondaryBounds()
1020 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getLeftContainerBounds()
1031 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getRightContainerBounds()
1042 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getTopContainerBounds()
1053 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getBottomContainerBounds()
1083 @Nullable FoldingFeature foldingFeature) { in computeBoundaryBetweenContainers()
1179 @NonNull Configuration taskConfiguration, @Nullable FoldingFeature foldingFeature) { in computeSplitType()
[all …]
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DDisplayFoldFeatureUtil.java32 private static DisplayFoldFeature create(CommonFoldingFeature foldingFeature, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/
DFoldPosture.kt43 .let { foldingFeature -> in foldPostureInternal() method
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DEmbeddingTestUtils.java216 final FoldingFeature foldingFeature = new FoldingFeature( in createWindowLayoutInfo() local