Searched refs:circle (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DCircleImageView.java60 ShapeDrawable circle;
62 circle = new ShapeDrawable(new OvalShape());
66 circle = new ShapeDrawable(oval);
67 ViewCompat.setLayerType(this, ViewCompat.LAYER_TYPE_SOFTWARE, circle.getPaint());
68 circle.getPaint().setShadowLayer(mShadowRadius, shadowXOffset, shadowYOffset,
74 circle.getPaint().setColor(color);
75 setBackgroundDrawable(circle);
112 * Update the background color of the circle image view.
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp326 GeofenceCircle& circle = geofence.data->geofence.circle; local
332 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude);
338 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude);
341 circle.radius_m = env->CallDoubleMethod(geofenceRequestObject, getRadius);
/frameworks/base/libs/hwui/
H A DPathCache.h131 } circle; member in union:android::uirenderer::PathDescription::Shape
H A DPathCache.cpp532 entry.shape.circle.mRadius = radius;

Completed in 86 milliseconds