/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
readme.txt | 2 (by using the four corners trick in the Donut Welcome Screen). The contacts have different fields
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
PaintDrawable.java | 28 * rounded corners. 40 * Specify radius for the corners of the rectangle. If this is > 0, then the 42 * @param radius the radius for the corners of the rectangle 56 * Specify radii for each of the 4 corners. For each corner, the array 57 * contains 2 values, [X_radius, Y_radius]. The corners are ordered 59 * @param radii the x and y radii of the corners 74 if (name.equals("corners")) {
|
/frameworks/base/core/res/res/drawable/ |
progress_horizontal.xml | 21 <corners android:radius="5dip" /> 35 <corners android:radius="5dip" /> 50 <corners android:radius="5dip" />
|
list_highlight_active.xml | 25 <corners android:radius="0dp"/>
|
list_highlight_inactive.xml | 25 <corners android:radius="0dp"/>
|
/external/skia/include/effects/ |
SkCornerPathEffect.h | 24 SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners 25 into various treatments (e.g. rounded corners)
|
/development/samples/ApiDemos/res/drawable/ |
scrollbar_vertical_thumb.xml | 20 <corners android:radius="6dp" />
|
scrollbar_vertical_track.xml | 20 <corners android:radius="0dp" />
|
filled_box.xml | 22 <corners android:radius="3dp" />
|
shape_2.xml | 23 <corners android:radius="4dp" />
|
shape_3.xml | 23 <corners android:radius="4dp" />
|
shape_5.xml | 22 <corners android:radius="8dp" />
|
/frameworks/base/awt/java/awt/geom/ |
RoundRectangle2D.java | 29 * The Class RoundRectangle2D describes a rectangle with rounded corners with 65 * The arc width of the rounded corners. 70 * The arc height of the rounded corners. 94 * the arc width of the rounded corners. 96 * the arc height of the rounded corners. 149 * the arc width of the rounded corners. 151 * the arc height of the rounded corners. 218 * The arc width of the rounded corners. 223 * The arc height of the rounded corners. 247 * the arc width of the rounded corners [all...] |
/packages/apps/Browser/res/drawable/ |
blank.xml | 19 <corners android:radius="5dip"/>
|
/packages/apps/Calculator/res/drawable/ |
blue_button.xml | 20 <corners android:radius="0dp" />
|
button.xml | 20 <corners android:radius="0dp" />
|
/packages/apps/Calendar/res/drawable/ |
calendars_item.xml | 20 <corners android:radius="6dip"/>
|
selection.xml | 24 <corners android:radius="0dp"/>
|
/frameworks/base/awt/com/android/internal/awt/ |
AndroidJavaBlitter.java | 369 float[] corners = { local 376 at.transform(corners, 0, corners, 0, 4); 378 Rectangle2D.Float bounds = new Rectangle2D.Float(corners[0], corners[1], 0 , 0); 379 bounds.add(corners[2], corners[3]); 380 bounds.add(corners[4], corners[5]); 381 bounds.add(corners[6], corners[7]) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix.java | 878 * rectangle into dst. This is accomplished by transforming the 4 corners of 891 // array with 4 corners 892 float[] corners = new float[] { local 900 mapPoints(corners); 903 dst.left = Math.min(Math.min(corners[0], corners[2]), Math.min(corners[4], corners[6])); 904 dst.right = Math.max(Math.max(corners[0], corners[2]), Math.max(corners[4], corners[6])) [all...] |
/cts/tests/res/drawable/ |
gradientdrawable.xml | 21 <corners android:radius="8px" />
|
paintdrawable_attr.xml | 34 <corners
|
/packages/apps/DeskClock/res/drawable/ |
btn_strip_trans_left.xml | 18 corners of the in-call onscreen touch UI. -->
|
btn_strip_trans_middle.xml | 18 corners of the in-call onscreen touch UI. -->
|
btn_strip_trans_right.xml | 18 corners of the in-call onscreen touch UI. -->
|