Searched refs:candidateBottom (Results 1 – 1 of 1) sorted by relevance
105 final int candidateBottom = repositionTaskBounds.bottom + (int) delta.y; in changeBounds() local106 repositionTaskBounds.bottom = (candidateBottom < stableBounds.bottom) in changeBounds()107 ? candidateBottom : oldBottom; in changeBounds()