Searched refs:startRight (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/transition/src/main/java/androidx/transition/ |
D | ChangeBounds.java | 279 final int startRight = startBounds.right; in createAnimator() local 283 final int startWidth = startRight - startLeft; in createAnimator() 292 if (startRight != endRight || startBottom != endBottom) ++numChanges; in createAnimator() 301 ViewUtils.setLeftTopRightBottom(view, startLeft, startTop, startRight, in createAnimator() 316 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 336 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() 348 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator() 362 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 381 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator()
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | ActionMenuView.java | 508 int startRight = getWidth() - getPaddingRight(); in onLayout() local 516 startRight -= lp.rightMargin; in onLayout() 520 v.layout(startRight - width, t, startRight, t + height); in onLayout() 521 startRight -= width + lp.leftMargin + spacerSize; in onLayout()
|
/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/leanback/src/main/java/androidx/leanback/widget/ |
D | PagingIndicator.java | 326 int startRight = mid + requiredWidth / 2; in calculateDotPositions() local 328 mDotSelectedX[0] = startRight - mDotRadius + mDotGap - mArrowGap; in calculateDotPositions() 329 mDotSelectedPrevX[0] = startRight - mDotRadius; in calculateDotPositions() 330 mDotSelectedNextX[0] = startRight - mDotRadius + 2 * mDotGap - 2 * mArrowGap; in calculateDotPositions()
|