Searched refs:shouldSplitHorizontally (Results 1 – 2 of 2) sorted by relevance
72 static Rect getSplitBounds(boolean isPrimary, boolean shouldSplitHorizontally) { in getSplitBounds() argument74 (shouldSplitHorizontally ? TASK_BOUNDS.height() : TASK_BOUNDS.width()) in getSplitBounds()76 if (shouldSplitHorizontally) { in getSplitBounds()
1085 final int startPoint = shouldSplitHorizontally(splitAttributes) in computeBoundaryBetweenContainers()1088 final int dimen = shouldSplitHorizontally(splitAttributes) in computeBoundaryBetweenContainers()1157 private static boolean shouldSplitHorizontally(SplitAttributes splitAttributes) { in shouldSplitHorizontally() method in SplitPresenter1218 return shouldSplitHorizontally(splitAttributes) == isFoldingAreaHorizontal(foldingFeature); in shouldSplitByHinge()