HomeSort by relevance Sort by last modified time
    Searched defs:Corner (Results 1 - 6 of 6) sorted by null

  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 50 enum Corner {
255 public ObjectAnimator getRotationAnimator (int cardFromTop, Corner corner,
257 rotateCardAroundCorner(corner);
277 public ObjectAnimator getFullRotationAnimator (int cardFromTop, Corner corner,
281 rotateCardAroundCorner(corner);
304 public void rotateCardAroundCorner(Corner corner) {
305 switch(corner) {
    [all...]
  /external/skia/include/core/
SkRRect.h 28 SkRRect describes a rounded rectangle with a bounds and a pair of radii for each corner.
37 If either axis radii is zero or less: radii are stored as zero; corner is square.
38 If corner curves overlap, radii are proportionally reduced to fit within bounds.
44 Initializes corner radii to (0, 0), and sets type of kEmpty_Type.
50 /** Initializes to copy of rrect bounds and corner radii.
52 @param rrect bounds and corner to copy
57 /** Copies rrect bounds and corner radii.
59 @param rrect bounds and corner to copy
121 /** Returns top-left corner radii. If type() returns kEmpty_Type, kRect_Type,
122 kOval_Type, or kSimple_Type, returns a value representative of all corner radii
    [all...]
  /external/skqp/include/core/
SkRRect.h 28 SkRRect describes a rounded rectangle with a bounds and a pair of radii for each corner.
37 If either axis radii is zero or less: radii are stored as zero; corner is square.
38 If corner curves overlap, radii are proportionally reduced to fit within bounds.
44 Initializes corner radii to (0, 0), and sets type of kEmpty_Type.
50 /** Initializes to copy of rrect bounds and corner radii.
52 @param rrect bounds and corner to copy
57 /** Copies rrect bounds and corner radii.
59 @param rrect bounds and corner to copy
121 /** Returns top-left corner radii. If type() returns kEmpty_Type, kRect_Type,
122 kOval_Type, or kSimple_Type, returns a value representative of all corner radii
    [all...]
  /external/skia/src/utils/
SkPatchUtils.cpp 40 // Enum for corner also clockwise.
41 enum Corner {
  /external/skqp/src/utils/
SkPatchUtils.cpp 40 // Enum for corner also clockwise.
41 enum Corner {
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 769 Corner,

Completed in 145 milliseconds