Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DViewUtils.java54 final View target, int initialHeight, int targetHeight) { in createHeightAnimator() argument
55 ValueAnimator animator = ValueAnimator.ofInt(initialHeight, targetHeight); in createHeightAnimator()