Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java51 private final Rect mIllustrationBounds = new Rect(); field in Illustration
165 intrinsicHeight, mViewBounds, mIllustrationBounds); in onLayout()
166 mIllustration.setBounds(mIllustrationBounds); in onLayout()
172 (int) Math.ceil((layoutHeight - mIllustrationBounds.height()) / mScale)); in onLayout()
182 canvas.translate(0, mIllustrationBounds.height()); in onDraw()
200 canvas.translate(-mIllustrationBounds.width(), 0); in onDraw()