Searched defs:shadowRadius (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DCircleImageView.java132 public OvalShadow(int shadowRadius, int circleDiameter) { argument
135 mShadowRadius = shadowRadius;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardCircleFramedDrawable.java52 int frameShadowColor, float shadowRadius,
56 mShadowRadius = shadowRadius;
165 int frameShadowColor, float shadowRadius, int highlightColor) {
170 && mShadowRadius == shadowRadius
50 KeyguardCircleFramedDrawable(Bitmap bitmap, int size, int frameColor, float strokeWidth, int frameShadowColor, float shadowRadius, int highlightColor) argument
164 verifyParams(float iconSize, int frameColor, float stroke, int frameShadowColor, float shadowRadius, int highlightColor) argument

Completed in 207 milliseconds