Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java370 Rect rounded = new Rect(); in onBoundsChange() local
371 dstRect.round(rounded); in onBoundsChange()
374 mUserDrawable.setBounds(rounded); in onBoundsChange()
/frameworks/base/docs/html/training/material/
Dshadows-clipping.jd91 <p>The background drawable is defined as a rectangle with rounded corners:</p>
102 <p>The view casts a shadow with rounded corners, since the background drawable defines the
114 <p>You can create oval and rectangular outlines with rounded corners using the methods in the
Dcompatibility.jd122 with rounded corners.</li>
Dlists-cards.jd205 android.support.v7.widget.CardView} widgets can have shadows and rounded corners.</p>
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1476 final int rounded = Math.round(result); in scaleFromDensity() local
1477 if (rounded != 0) { in scaleFromDensity()
1478 return rounded; in scaleFromDensity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java941 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local
942 setOverScrolling(rounded != 0f && isRubberbanded); in onOverscrollTopChanged()
943 mQsExpansionFromOverscroll = rounded != 0f; in onOverscrollTopChanged()
944 mLastOverscroll = rounded; in onOverscrollTopChanged()
946 setQsExpansion(mQsMinExpansionHeight + rounded); in onOverscrollTopChanged()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_menu.jd189 should include rounded corners, but only when logically appropriate.</p>
266 <li>Menu icons should include rounded corners, but only when logically
267 appropriate. For example, in Figure 3 the logical place for rounded corners is
Dicon_design_launcher_archive.jd393 <li>All launcher icons must be created with rounded corners to make them look
513 <li>Add depth to shapes by extruding them and create the rounded corners as
Dicon_design_launcher.jd176 alt="Side by side: full-frame vs. subtly rounded and treated icons"></td>
Dwidget_design.jd229 <p>Most widgets will have a solid background rectangle or rounded rectangle shape. It is a best
Dicon_design_status_bar.jd503 <li>Add rounded corners as specified in Figure 5.</li>
/frameworks/base/docs/html/design/patterns/
Dpure-android.jd19 distinctive fashion. For example, some platforms advocate rounded corners for their buttons, others
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd26 class, which wraps views inside a card-styled frame with a white background, rounded corners, and a
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd143 localized, rounded price for a particular currency.</td>
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1553 <dd>Creates rounded corners for the shape. Applies only when the shape is a rectangle.
1574 radius greater than 1, or else no corners are rounded. If you want specific corners
1575 to <em>not</em> be rounded, a work-around is to use {@code android:radius} to set a default corner
1577 want, providing zero ("0dp") where you don't want rounded corners.</p>
/frameworks/rs/api/
Drs_math.spec1023 Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
2873 Returns the remainder of (numerator / denominator), where the quotient is rounded towards
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd98 Shapes such as circles and rounded rectangles are now rendered at higher quality
659 certain shapes (rounded rects, circles and ovals).</p>
/frameworks/rs/scriptc/
Drs_math.rsh1871 * Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
5670 * Returns the remainder of (numerator / denominator), where the quotient is rounded towards
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd3220 <p> Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
6406 <p> Returns the remainder of (numerator / denominator), where the quotient is rounded towards