Searched refs:hingeArea (Results 1 – 1 of 1) sorted by relevance
554 final Rect hingeArea = foldingFeature.getBounds(); in getExpectedBoundsPair() local556 hingeArea.left, parentTaskBounds.bottom); in getExpectedBoundsPair()558 parentTaskBounds.right, hingeArea.top); in getExpectedBoundsPair()559 final Rect rightContainer = new Rect(hingeArea.right, parentTaskBounds.top, in getExpectedBoundsPair()561 final Rect bottomContainer = new Rect(parentTaskBounds.left, hingeArea.bottom, in getExpectedBoundsPair()683 final Rect hingeArea = foldingFeature.getBounds(); in shouldSplitByHinge() local686 return (hingeArea.width() > hingeArea.height()) in shouldSplitByHinge()