HomeSort by relevance Sort by last modified time
    Searched refs:startRight (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 294 final int startRight = startBounds.right;
298 final int startWidth = startRight - startLeft;
307 if (startRight != endRight || startBottom != endBottom) ++numChanges;
348 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom);
362 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom,
381 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 279 final int startRight = startBounds.right;
283 final int startWidth = startRight - startLeft;
292 if (startRight != endRight || startBottom != endBottom) ++numChanges;
301 ViewUtils.setLeftTopRightBottom(view, startLeft, startTop, startRight,
316 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom,
336 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 505 int startRight = getWidth() - getPaddingRight();
513 startRight -= lp.rightMargin;
517 v.layout(startRight - width, t, startRight, t + height);
518 startRight -= width + lp.leftMargin + spacerSize;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionMenuView.java 508 int startRight = getWidth() - getPaddingRight();
516 startRight -= lp.rightMargin;
520 v.layout(startRight - width, t, startRight, t + height);
521 startRight -= width + lp.leftMargin + spacerSize;
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PagingIndicator.java 326 int startRight = mid + requiredWidth / 2;
328 mDotSelectedX[0] = startRight - mDotRadius + mDotGap - mArrowGap;
329 mDotSelectedPrevX[0] = startRight - mDotRadius;
330 mDotSelectedNextX[0] = startRight - mDotRadius + 2 * mDotGap - 2 * mArrowGap;
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 254 final int startRight = from.getRight() - fromInsets.right + targetInsets.right;
263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft,

Completed in 51 milliseconds