Searched defs:shadowRadius (Results 1 – 3 of 3) sorted by relevance
61 final float shadowRadius = previewRadius * previewShadowRatio; in SlidingKeyInputDrawingPreview() local
147 float shadowRadius = radius + mStrokeWidth; in setup() local227 float shadowRadius = radius + mStrokeWidth; in drawShadow() local
144 private Bitmap getShadowBitmap(int width, int height, float shadowRadius) { in getShadowBitmap()