Searched refs:reversedSplitType (Results 1 – 1 of 1) sorted by relevance
1008 final SplitType reversedSplitType = new RatioSplitType(1 - splitRatio.getRatio()); in computeSplitType() local1015 return reversedSplitType; in computeSplitType()1019 return isLtr ? splitType : reversedSplitType; in computeSplitType()