Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeBounds.java298 final int startRight = startBounds.right; in createAnimator() local
302 final int startWidth = startRight - startLeft; 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()
/frameworks/base/core/java/android/widget/
DActionMenuView.java506 int startRight = getWidth() - getPaddingRight(); in onLayout() local
514 startRight -= lp.rightMargin; in onLayout()
518 v.layout(startRight - width, t, startRight, t + height); in onLayout()
519 startRight -= width + lp.leftMargin + spacerSize; in onLayout()