Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
DCircleImageView.java59 ShapeDrawable circle; in CircleImageView() local
61 circle = new ShapeDrawable(new OvalShape()); in CircleImageView()
65 circle = new ShapeDrawable(oval); in CircleImageView()
66 setLayerType(View.LAYER_TYPE_SOFTWARE, circle.getPaint()); in CircleImageView()
67 circle.getPaint().setShadowLayer(mShadowRadius, shadowXOffset, shadowYOffset, in CircleImageView()
73 circle.getPaint().setColor(color); in CircleImageView()
74 ViewCompat.setBackground(this, circle); in CircleImageView()
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DAdaptiveIconDrawableTest.java99 Path circle = new Path(); in testDraw_withBounds() local
100circle.addCircle(width / 2, height / 2, (right - left)/2 -10 /* room for anti-alias */, Direction… in testDraw_withBounds()
102 region.setPath(circle, region); in testDraw_withBounds()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
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/libs/hwui/
DPathCache.cpp112 return shape.circle.mRadius == rhs.shape.circle.mRadius; in operator ==()
471 entry.shape.circle.mRadius = radius; in getCircle()
DPathCache.h149 } circle; member
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dluts_for_speedup_f32.rsh63 // circle of radius r and a horizontal line of height y.