Searched refs:candidateTop (Results 1 – 1 of 1) sorted by relevance
100 final int candidateTop = repositionTaskBounds.top + (int) delta.y; in changeBounds() local101 repositionTaskBounds.top = (candidateTop > stableBounds.top) in changeBounds()102 ? candidateTop : oldTop; in changeBounds()