Searched refs:candidateLeft (Results 1 – 1 of 1) sorted by relevance
90 final int candidateLeft = repositionTaskBounds.left + (int) delta.x; in changeBounds() local91 repositionTaskBounds.left = (candidateLeft > stableBounds.left) in changeBounds()92 ? candidateLeft : oldLeft; in changeBounds()