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

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 295 final int endRight = endBounds.right;
300 final int endWidth = endRight - endLeft;
307 if (startRight != endRight || startBottom != endBottom) ++numChanges;
363 endRight, endBottom);
382 endRight, endBottom);
424 view.setLeftTopRightBottom(endLeft, endTop, endRight,
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 280 final int endRight = endBounds.right;
285 final int endWidth = endRight - endLeft;
292 if (startRight != endRight || startBottom != endBottom) ++numChanges;
317 endRight, endBottom);
337 endRight, endBottom);
379 ViewUtils.setLeftTopRightBottom(view, endLeft, endTop, endRight,
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 260 final int endRight = to.getRight() - toInsets.right + targetInsets.right;
264 endTop, endRight, endBottom);

Completed in 86 milliseconds