Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java103 int depthFactor = (int) (80 * mShadowDepth); in onDraw() local
105 canvas.translate(child.getLeft() + depthFactor, in onDraw()
106 child.getTop() + depthFactor); in onDraw()