Searched refs:depthFactor (Results 1 – 1 of 1) sorted by relevance
103 int depthFactor = (int) (80 * mShadowDepth); in onDraw() local105 canvas.translate(child.getLeft() + depthFactor, in onDraw()106 child.getTop() + depthFactor); in onDraw()