Searched refs:deltaHeight (Results 1 – 4 of 4) sorted by relevance
72 int deltaHeight = Math.max(0, minTargetPx - target.getHeight()); in enforce() local74 if (deltaHeight <= 0 && deltaWidth <= 0) { in enforce()79 Rect bounds = createNewBounds(target, minTargetPx, deltaWidth, deltaHeight); in enforce()100 private Rect createNewBounds(View target, int minTargetPx, int deltaWidth, int deltaHeight) { in createNewBounds() argument102 int deltaHeightHalf = deltaHeight / 2; in createNewBounds()
224 final int deltaHeight = newHeight - oldHeight; in changeDimensions() local233 view.getLayoutParams().height = (int) (value * deltaHeight + oldHeight); in changeDimensions()
205 final int deltaHeight = newHeight - oldHeight; in changeDimensions() local213 view.getLayoutParams().height = (int) (value * deltaHeight + oldHeight); in changeDimensions()
285 final int deltaHeight = height - startHeight; in setDesiredHeight() local290 mCurrentDesiredHeight = (int) (startHeight + deltaHeight * interpolatedTime); in setDesiredHeight()