HomeSort by relevance Sort by last modified time
    Searched full:corners (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /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" />
  /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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 787 // array with 4 corners
788 float[] corners = new float[] { local
796 matrix.transform(corners, 0, corners, 0, 4);
799 dst.left = Math.min(Math.min(corners[0], corners[2]), Math.min(corners[4], corners[6]));
800 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. -->
incall_round_button.xml 18 corners of the in-call onscreen touch UI. -->
  /packages/apps/Phone/res/drawable/
incall_round_button.xml 18 corners of the in-call onscreen touch UI. -->

Completed in 1059 milliseconds

1 2 3 4