Searched refs:rounded (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/libnbaio/ |
D | roundup.c | 26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local 28 if (v > rounded && lz > 0) { in roundup() 29 rounded <<= 1; in roundup() 31 return rounded; in roundup()
|
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 822 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local 823 mStackScrollerOverscrolling = rounded != 0f && isRubberbanded; in onOverscrollTopChanged() 824 mQsExpansionFromOverscroll = rounded != 0f; in onOverscrollTopChanged() 825 mLastOverscroll = rounded; in onOverscrollTopChanged() 827 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/training/wearables/ui/ |
D | cards.jd | 25 a card-styled frame with a white background, rounded corners, and a light-drop shadow.
|
/frameworks/base/docs/html/design/patterns/ |
D | pure-android.jd | 18 distinctive fashion. For example, some platforms advocate rounded corners for their buttons, others
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 1552 <dd>Creates rounded corners for the shape. Applies only when the shape is a rectangle. 1573 radius greater than 1, or else no corners are rounded. If you want specific corners 1574 to <em>not</em> be rounded, a work-around is to use {@code android:radius} to set a default corner 1576 want, providing zero ("0dp") where you don't want rounded corners.</p>
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 748 Round to the nearest integral value. Half values are rounded away from zero.
|
/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_core_math.rsh | 9270 * Round to the nearest integral value. Half values are rounded away from zero. 9279 * Round to the nearest integral value. Half values are rounded away from zero. 9288 * Round to the nearest integral value. Half values are rounded away from zero. 9297 * Round to the nearest integral value. Half values are rounded away from zero.
|