Searched refs:circle (Results 1 - 5 of 5) 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/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbugdroid.rs77 static short circle(float3 center, float circleRadius, float3 normal, float rad,
123 v -= circle(p1, radius*0.9f, normal, size * 0.05f, 144, img);
178 v += circle(p1, radius, normal, size * 0.07f, 400, img);
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp402 GeofenceCircle& circle = geofence.data->geofence.circle; local
408 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude);
414 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude);
417 circle.radius_m = env->CallDoubleMethod(geofenceRequestObject, getRadius);
/frameworks/base/libs/hwui/
H A DPathCache.cpp110 return shape.circle.mRadius == rhs.shape.circle.mRadius;
489 entry.shape.circle.mRadius = radius;
H A DPathCache.h143 } circle; member in union:android::uirenderer::PathDescription::Shape

Completed in 488 milliseconds