Home
last modified time | relevance | path

Searched refs:cardBounds (Results 1 – 1 of 1) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/widget/
DCardBackgroundDrawable.java37 private final RectF cardBounds = new RectF(); field in CardBackgroundDrawable
97 cardBounds.set(bounds); in buildComponents()
98 cardBounds.inset(inset, inset); in buildComponents()
102 clipPath.addRoundRect(cardBounds, cornerRadius, cornerRadius, Direction.CW); in buildComponents()