Searched refs:rounded (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 370 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/ |
D | shadows-clipping.jd | 91 <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
|
D | compatibility.jd | 122 with rounded corners.</li>
|
D | lists-cards.jd | 205 android.support.v7.widget.CardView} widgets can have shadows and rounded corners.</p>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 1476 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/ |
D | NotificationPanelView.java | 941 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/ |
D | icon_design_menu.jd | 189 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
|
D | icon_design_launcher_archive.jd | 393 <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
|
D | icon_design_launcher.jd | 176 alt="Side by side: full-frame vs. subtly rounded and treated icons"></td>
|
D | widget_design.jd | 229 <p>Most widgets will have a solid background rectangle or rounded rectangle shape. It is a best
|
D | icon_design_status_bar.jd | 503 <li>Add rounded corners as specified in Figure 5.</li>
|
/frameworks/base/docs/html/design/patterns/ |
D | pure-android.jd | 19 distinctive fashion. For example, some platforms advocate rounded corners for their buttons, others
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | cards.jd | 26 class, which wraps views inside a card-styled frame with a white background, rounded corners, and a
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_reference.jd | 143 localized, rounded price for a particular currency.</td>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 1553 <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/ |
D | rs_math.spec | 1023 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/ |
D | jelly-bean.jd | 98 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/ |
D | rs_math.rsh | 1871 * 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/ |
D | rs_math.jd | 3220 <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
|