Searched refs:endWidth (Results 1 – 4 of 4) sorted by relevance
304 final int endWidth = endRight - endLeft; in createAnimator() local309 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) { in createAnimator()354 if (startWidth == endWidth && startHeight == endHeight) { in createAnimator()391 int maxWidth = Math.max(startWidth, endWidth); in createAnimator()409 endClip = new Rect(0, 0, endWidth, endHeight); in createAnimator()
234 var endWidth = endRight - endLeft regex250 endWidth = endRight - endLeft328 val halfWidth = MathUtils.lerp(startWidth, endWidth, progress) / 2f
632 final int endWidth = endBounds.width(); in setDisplaySyncMethod() local636 if ((endWidth > startWidth) == (endHeight > startHeight) in setDisplaySyncMethod()637 && (endWidth != startWidth || endHeight != startHeight)) { in setDisplaySyncMethod()
1191 final int endWidth = swapAspect ? startHeight : startWidth; in getRotated() local1195 final Rect safeInsets = DisplayCutout.computeSafeInsets(endWidth, endHeight, tmp); in getRotated()