Searched refs:endRect (Results 1 – 3 of 3) sorted by relevance
98 val endRect = endValues.values[PROP_BOUNDS] as Rect regex128 val leftAlign = endRect.left < startRect.left181 endRect.left - translationRemaining,182 endRect.top,183 endRect.right - translationRemaining,184 endRect.bottom188 endRect.left,189 endRect.top,190 endRect.right,191 endRect.bottom
183 Rect endRect = (Rect) endValues.values.get(PROP_BOUNDS); in createAnimator() local190 int diff = startRect.left - endRect.left; in createAnimator()
736 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds() local737 return mInsetsEvaluator.evaluate(fraction, startRect, endRect); in ofBounds()