Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java133 int startBottom = startBounds.bottom; in createAnimator() local
136 int startHeight = startBottom - startTop; in createAnimator()
144 if (startBottom != endBottom) ++numChanges; in createAnimator()
153 if (startBottom != endBottom) view.setBottom(startBottom); in createAnimator()
164 if (startBottom != endBottom) { in createAnimator()
166 startBottom, endBottom); in createAnimator()