Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
Droundup.c26 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/
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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java822 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/
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/training/wearables/ui/
Dcards.jd25 a card-styled frame with a white background, rounded corners, and a light-drop shadow.
/frameworks/base/docs/html/design/patterns/
Dpure-android.jd18 distinctive fashion. For example, some platforms advocate rounded corners for their buttons, others
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1552 <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/
Drs_core_math.spec748 Round to the nearest integral value. Half values are rounded away from zero.
/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_core_math.rsh9270 * 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.