Searched refs:circle (Results 1 – 16 of 16) sorted by relevance
/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/docs/html/design/building-blocks/ |
D | progress.jd | 25 …circle. Each is offered in a variety of sizes, in both Holo Light and Holo Dark themes. Choose the… 53 <li class="value-2"><h4>Activity circle</h4> 54 …<p>In this example, an activity circle (in Holo Light) is used in the Gmail application when a mes… 55 …<p>When displaying an activity circle, do not include text to communicate what the app is doing. T…
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_FlpHardwareProvider.cpp | 326 GeofenceCircle& circle = geofence.data->geofence.circle; in TranslateGeofenceFromGeofenceHardwareRequestParcelable() local 332 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable() 338 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable() 341 circle.radius_m = env->CallDoubleMethod(geofenceRequestObject, getRadius); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | confirm.jd | 74 <p>You can assign a drawable resource to display inside the circle with the 75 <code>android:src</code> attribute and configure the parameters of the circle directly on the
|
D | lists.jd | 125 mCircle = (ImageView) findViewById(R.id.circle); 167 android:id="@+id/circle"
|
/frameworks/base/libs/hwui/ |
D | PathCache.h | 131 } circle; member
|
D | PathCache.cpp | 532 entry.shape.circle.mRadius = radius; in getCircle()
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 73 ViewAnimationUtils.createCircularReveal()} method enables you to animate a clipping circle to 82 // get the center for the clipping circle 86 // get the final radius for the clipping circle 104 // get the center for the clipping circle 108 // 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/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/training/wearables/apps/ |
D | layouts.jd | 118 <li><code>CircledImageView</code> - An image view surrounded by a circle.</li>
|
/frameworks/base/docs/html/design/style/ |
D | iconography.jd | 419 densities. For example if a 60x60 circle was painted as a bitmap for 420 mdpi it will need to be repainted as a 90x90 circle for hdpi.</p>
|
/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>
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 276 * @param radius Radius of the geofence circle.
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 2221 Google+ circle, you'll see people in that circle listed as a "group". At the top of
|