Searched refs:splitType (Results 1 – 1 of 1) sorted by relevance
911 final SplitType splitType = splitAttributes.getSplitType(); in computeBoundaryBetweenContainers() local912 if (splitType instanceof RatioSplitType) { in computeBoundaryBetweenContainers()919 if (!(splitType instanceof HingeSplitType)) { in computeBoundaryBetweenContainers()941 SplitType splitType = splitAttributes.getSplitType(); in getFoldingFeatureForHingeType() local942 if (!(splitType instanceof HingeSplitType)) { in getFoldingFeatureForHingeType()1002 if (splitType instanceof ExpandContainersSplitType) { in computeSplitType()1003 return splitType; in computeSplitType()1004 } else if (splitType instanceof RatioSplitType) { in computeSplitType()1012 return splitType; in computeSplitType()1019 return isLtr ? splitType : reversedSplitType; in computeSplitType()[all …]