Home
last modified time | relevance | path

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

12

/frameworks/support/v4/java/android/support/v4/widget/
DCircleImageView.java60 ShapeDrawable circle; in CircleImageView() local
62 circle = new ShapeDrawable(new OvalShape()); in CircleImageView()
66 circle = new ShapeDrawable(oval); in CircleImageView()
67 ViewCompat.setLayerType(this, ViewCompat.LAYER_TYPE_SOFTWARE, circle.getPaint()); in CircleImageView()
68 circle.getPaint().setShadowLayer(mShadowRadius, shadowXOffset, shadowYOffset, in CircleImageView()
74 circle.getPaint().setColor(color); in CircleImageView()
75 setBackgroundDrawable(circle); in CircleImageView()
/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp402 GeofenceCircle& circle = geofence.data->geofence.circle; in TranslateGeofenceFromGeofenceHardwareRequestParcelable() local
408 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
414 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
417 circle.radius_m = env->CallDoubleMethod(geofenceRequestObject, getRadius); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
/frameworks/rs/java/tests/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.cpp110 return shape.circle.mRadius == rhs.shape.circle.mRadius; in operator ==()
489 entry.shape.circle.mRadius = radius; in getCircle()
DPathCache.h143 } circle; member
/frameworks/base/docs/html-intl/intl/ru/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html-intl/intl/ja/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html-intl/intl/ko/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html/training/wearables/ui/
Dconfirm.jd80 <p>You can assign a drawable resource to display inside the circle with the
81 <code>android:src</code> attribute and configure the parameters of the circle directly on the
Dlists.jd133 mCircle = (ImageView) findViewById(R.id.circle);
179 android:id="@+id/circle"
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
Dluts_for_speedup_f32.rsh63 // circle of radius r and a horizontal line of height y.
/frameworks/base/docs/html/training/material/
Danimations.jd74 ViewAnimationUtils.createCircularReveal()} method enables you to animate a clipping circle to
83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
Dshadows-clipping.jd126 rectangle, circle, and round rectangle outlines support clipping, as determined by the
/frameworks/base/docs/html-intl/intl/in/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html-intl/intl/es/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html-intl/intl/pt-br/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd164 <strong>Figure 1.</strong> Triangle being rotated with touch input (circle shows touch
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design.jd299 densities. For example if a 60x60 circle was painted as a bitmap for
300 <code>mdpi</code> it will need to be repainted as a 90x90 circle for
/frameworks/base/docs/html-intl/intl/vi/training/material/
Danimations.jd83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
/frameworks/base/docs/html/training/wearables/apps/
Dlayouts.jd127 <dd>An image view surrounded by a circle.
/frameworks/base/docs/html/training/location/
Dgeofencing.jd416 the location circle and the geofence circle and only generates the entrance alert when the ratio
/frameworks/base/docs/html/training/tv/start/
Dstart.jd232 circle. To customize the color of this animation, set the <code>android:colorPrimary</code>
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd119 to set an accent color in a circle behind your icon image. </li>

12