Home
last modified time | relevance | path

Searched refs:deltaHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java201 final int deltaHeight = newHeight - oldHeight; in changeDimensions() local
209 view.getLayoutParams().height = (int) (value * deltaHeight + oldHeight); in changeDimensions()