Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java300 final int startBottom = startBounds.bottom; in createAnimator() local
303 final int startHeight = startBottom - startTop; in createAnimator()
311 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator()
352 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator()
366 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator()
385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()