Searched defs:deltaHeight (Results 1 – 4 of 4) sorted by relevance
72 int deltaHeight = Math.max(0, minTargetPx - target.getHeight()); in enforce() local100 private Rect createNewBounds(View target, int minTargetPx, int deltaWidth, int deltaHeight) { in createNewBounds()
205 final int deltaHeight = newHeight - oldHeight; in changeDimensions() local
224 final int deltaHeight = newHeight - oldHeight; in changeDimensions() local
285 final int deltaHeight = height - startHeight; in setDesiredHeight() local