Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java44 static final Rect sShadowRect = new Rect(0, 0, 200 + 2 * BLUR_RADIUS, 200 + 2 * BLUR_RADIUS); field in ShadowLayout
69 mShadowBitmap = Bitmap.createBitmap(sShadowRect.width(), in init()
70 sShadowRect.height(), Bitmap.Config.ARGB_8888); in init()
110 canvas.drawBitmap(mShadowBitmap, sShadowRect, tempShadowRectF, mShadowPaint); in onDraw()