Searched refs:deltaHeight (Results 1 – 2 of 2) sorted by relevance
201 final int deltaHeight = newHeight - oldHeight; in changeDimensions() local209 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()