Searched refs:startRight (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/transition/src/android/support/transition/ |
D | ChangeBounds.java | 278 final int startRight = startBounds.right; in createAnimator() local 282 final int startWidth = startRight - startLeft; in createAnimator() 291 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 300 ViewUtils.setLeftTopRightBottom(view, startLeft, startTop, startRight, in createAnimator() 315 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 335 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 294 final int startRight = startBounds.right; in createAnimator() local 298 final int startWidth = startRight - startLeft; in createAnimator() 307 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 316 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator() 330 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 349 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()
|
/frameworks/base/core/java/android/widget/ |
D | ActionMenuView.java | 505 int startRight = getWidth() - getPaddingRight(); in onLayout() local 513 startRight -= lp.rightMargin; in onLayout() 517 v.layout(startRight - width, t, startRight, t + height); in onLayout() 518 startRight -= width + lp.leftMargin + spacerSize; in onLayout()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ActionMenuView.java | 507 int startRight = getWidth() - getPaddingRight(); in onLayout() local 515 startRight -= lp.rightMargin; in onLayout() 519 v.layout(startRight - width, t, startRight, t + height); in onLayout() 520 startRight -= width + lp.leftMargin + spacerSize; in onLayout()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PagingIndicator.java | 325 int startRight = mid + requiredWidth / 2; in calculateDotPositions() local 327 mDotSelectedX[0] = startRight - mDotRadius + mDotGap - mArrowGap; in calculateDotPositions() 328 mDotSelectedPrevX[0] = startRight - mDotRadius; in calculateDotPositions() 329 mDotSelectedNextX[0] = startRight - mDotRadius + 2 * mDotGap - 2 * mArrowGap; in calculateDotPositions()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TabLayout.java | 1981 final int startRight; in animateIndicatorToPosition() local 1986 startRight = mIndicatorRight; in animateIndicatorToPosition() 1993 startLeft = startRight = targetLeft - offset; in animateIndicatorToPosition() 1995 startLeft = startRight = targetRight + offset; in animateIndicatorToPosition() 2000 startLeft = startRight = targetRight + offset; in animateIndicatorToPosition() 2002 startLeft = startRight = targetLeft - offset; in animateIndicatorToPosition() 2007 if (startLeft != targetLeft || startRight != targetRight) { in animateIndicatorToPosition() 2018 AnimationUtils.lerp(startRight, targetRight, fraction)); in animateIndicatorToPosition()
|