Searched refs:mFromRect (Results 1 – 4 of 4) sorted by relevance
33 protected final Rect mFromRect = new Rect(); field in ClipRectAnimation143 int l = mFromRect.left + (int) ((mToRect.left - mFromRect.left) * it); in applyTransformation()144 int t = mFromRect.top + (int) ((mToRect.top - mFromRect.top) * it); in applyTransformation()145 int r = mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it); in applyTransformation()146 int b = mFromRect.bottom + (int) ((mToRect.bottom - mFromRect.bottom) * it); in applyTransformation()158 mFromRect.set((int) resolveSize(mFromLeftType, mFromLeftValue, width, parentWidth), in initialize()
46 tr.setClipRect(mFromRect.left + (int) ((mToRect.left - mFromRect.left) * it), in applyTransformation()48 mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it), in applyTransformation()
80 mFromRect.top - translation + (int) ((mToRect.top - mFromRect.top) * it),82 mFromRect.bottom - translation + (int) ((mToRect.bottom - mFromRect.bottom) * it));
62495 Landroid/view/animation/ClipRectAnimation;->mFromRect:Landroid/graphics/Rect;