Searched refs:fromFrame (Results 1 – 2 of 2) sorted by relevance
144 final Rect fromFrame = fromSource.getFrame(); in applyChangeInsets() local147 (int) (fromFrame.left + fraction * (toFrame.left - fromFrame.left)), in applyChangeInsets()148 (int) (fromFrame.top + fraction * (toFrame.top - fromFrame.top)), in applyChangeInsets()149 (int) (fromFrame.right + fraction * (toFrame.right - fromFrame.right)), in applyChangeInsets()150 (int) (fromFrame.bottom + fraction * (toFrame.bottom - fromFrame.bottom))); in applyChangeInsets()
279 final int fromFrame = reversed ? frameCount - 1 : 0; in AnimationDrawableTransition() local282 … final ObjectAnimator anim = ObjectAnimator.ofInt(ad, "currentIndex", fromFrame, toFrame); in AnimationDrawableTransition()