/frameworks/support/v4/java/android/support/v4/widget/ |
D | CircleImageView.java | 60 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/ |
D | com_android_server_location_FlpHardwareProvider.cpp | 402 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/ |
D | bugdroid.rs | 77 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/ |
D | PathCache.cpp | 110 return shape.circle.mRadius == rhs.shape.circle.mRadius; in operator ==() 489 entry.shape.circle.mRadius = radius; in getCircle()
|
D | PathCache.h | 143 } circle; member
|
/frameworks/base/docs/html-intl/intl/ru/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html-intl/intl/ko/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | confirm.jd | 80 <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
|
D | lists.jd | 133 mCircle = (ImageView) findViewById(R.id.circle); 179 android:id="@+id/circle"
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | luts_for_speedup_f32.rsh | 63 // circle of radius r and a horizontal line of height y.
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 74 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
|
D | shadows-clipping.jd | 126 rectangle, circle, and round rectangle outlines support clipping, as determined by the
|
/frameworks/base/docs/html-intl/intl/in/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html-intl/intl/es/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html-intl/intl/pt-br/training/material/ |
D | animations.jd | 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
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 164 <strong>Figure 1.</strong> Triangle being rotated with touch input (circle shows touch
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design.jd | 299 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/ |
D | animations.jd | 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
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | layouts.jd | 127 <dd>An image view surrounded by a circle.
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 416 the location circle and the geofence circle and only generates the entrance alert when the ratio
|
/frameworks/base/docs/html/training/tv/start/ |
D | start.jd | 232 circle. To customize the color of this animation, set the <code>android:colorPrimary</code>
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 119 to set an accent color in a circle behind your icon image. </li>
|