Searched refs:mBoundsI (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java40 private final Rect mBoundsI; field in class:RoundRectDrawable
50 mBoundsI = new Rect();
79 mBoundsI.set(bounds);
83 mBoundsI.inset((int) Math.ceil(hInset), (int) Math.ceil(vInset));
85 mBoundsF.set(mBoundsI);
97 outline.setRoundRect(mBoundsI, mRadius);

Completed in 45 milliseconds