Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java299 final int endRight = endBounds.right; in createAnimator() local
304 final int endWidth = endRight - endLeft; in createAnimator()
311 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator()
367 endRight, endBottom); in createAnimator()
386 endRight, endBottom); in createAnimator()
428 view.setLeftTopRightBottom(endLeft, endTop, endRight, in createAnimator()