Searched refs:foldingFeature (Results 1 – 4 of 4) sorted by relevance
43 .let { foldingFeature -> in foldPostureInternal() method44 when (foldingFeature?.state) { in foldPostureInternal()46 FoldingFeature.State.HALF_OPENED -> foldingFeature.orientation.toHalfwayPosture() in foldPostureInternal()48 if (foldingFeature.isSeparating) { in foldPostureInternal()50 foldingFeature.orientation.toHalfwayPosture() in foldPostureInternal()
824 final FoldingFeature foldingFeature = getFoldingFeatureForHingeType( in sanitizeSplitAttributes() local828 foldingFeature); in sanitizeSplitAttributes()830 foldingFeature); in sanitizeSplitAttributes()904 final FoldingFeature foldingFeature = getFoldingFeatureForHingeType( in getRelBoundsForPosition() local912 bounds = getPrimaryBounds(taskConfiguration, splitAttributes, foldingFeature); in getRelBoundsForPosition()915 bounds = getSecondaryBounds(taskConfiguration, splitAttributes, foldingFeature); in getRelBoundsForPosition()929 @NonNull SplitAttributes splitAttributes, @Nullable FoldingFeature foldingFeature) { in getPrimaryBounds() argument931 computeSplitType(splitAttributes, taskConfiguration, foldingFeature)); in getPrimaryBounds()938 foldingFeature); in getPrimaryBounds()942 foldingFeature); in getPrimaryBounds()[all …]
32 private static DisplayFoldFeature create(CommonFoldingFeature foldingFeature, in create() argument35 if (foldingFeature.getType() == CommonFoldingFeature.COMMON_TYPE_HINGE) { in create()
216 final FoldingFeature foldingFeature = new FoldingFeature( in createWindowLayoutInfo() local226 displayFeatures.add(foldingFeature); in createWindowLayoutInfo()