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

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 291 final int endLeft = endBounds.left;
300 final int endWidth = endRight - endLeft;
306 if (startLeft != endLeft || startTop != endTop) ++numChanges;
351 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft,
358 endLeft, endTop);
375 } else if (startLeft != endLeft || startTop != endTop) {
377 endLeft, endTop);
394 if (startLeft != endLeft || startTop != endTop) {
395 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft,
424 view.setLeftTopRightBottom(endLeft, endTop, endRight
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 276 final int endLeft = endBounds.left;
285 final int endWidth = endRight - endLeft;
291 if (startLeft != endLeft || startTop != endTop) ++numChanges;
305 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft,
312 endLeft, endTop);
330 } else if (startLeft != endLeft || startTop != endTop) {
332 endLeft, endTop);
349 if (startLeft != endLeft || startTop != endTop) {
350 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft,
379 ViewUtils.setLeftTopRightBottom(view, endLeft, endTop, endRight
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 258 final int endLeft = to.getLeft() - toInsets.left + targetInsets.left;
263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft,

Completed in 295 milliseconds