Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java45 static RectF tempShadowRectF = new RectF(0, 0, 0, 0); field in ShadowLayout
108 tempShadowRectF.right = child.getWidth(); in onDraw()
109 tempShadowRectF.bottom = child.getHeight(); in onDraw()
110 canvas.drawBitmap(mShadowBitmap, sShadowRect, tempShadowRectF, mShadowPaint); in onDraw()