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