Home
last modified time | relevance | path

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

/frameworks/support/transition/src/main/java/androidx/transition/
DChangeBounds.java279 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/
DChangeBounds.java294 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/
DActionMenuView.java508 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/
DActionMenuView.java505 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/
DPagingIndicator.java326 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()