Searched refs:candidateRight (Results 1 – 1 of 1) sorted by relevance
95 final int candidateRight = repositionTaskBounds.right + (int) delta.x; in changeBounds() local96 repositionTaskBounds.right = (candidateRight < stableBounds.right) in changeBounds()97 ? candidateRight : oldRight; in changeBounds()