Searched refs:shadowRadius (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/drawable/ |
D | CircleFramedDrawable.java | 62 float shadowRadius = res.getDimension(R.dimen.circle_avatar_frame_shadow_radius); in getInstance() local 68 (int) iconSize, frameColor, strokeWidth, frameShadowColor, shadowRadius, in getInstance() 75 int frameShadowColor, float shadowRadius, in CircleFramedDrawable() argument 79 mShadowRadius = shadowRadius; in CircleFramedDrawable()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | SlidingKeyInputDrawingPreview.java | 61 final float shadowRadius = previewRadius * previewShadowRatio; in SlidingKeyInputDrawingPreview() local 62 mPaint.setShadowLayer(shadowRadius, 0.0f, 0.0f, previewColor); in SlidingKeyInputDrawingPreview()
|