Ejemplo n.º 1
0
 public void setPadding(int side, CondLength width)
 {
     padding[side] = new ResolvedCondLength(width);
 }
Ejemplo n.º 2
0
 private BorderInfo(int style, ResolvedCondLength width, ColorType color)
 {
     mStyle = style;
     mWidth = width;
     mColor = color;
 }
Ejemplo n.º 3
0
 internal BorderInfo(int style, CondLength width, ColorType color)
 {
     mStyle = style;
     mWidth = new ResolvedCondLength(width);
     mColor = color;
 }
Ejemplo n.º 4
0
 public void setPadding(int side, CondLength width)
 {
     padding[side] = new ResolvedCondLength(width);
 }
Ejemplo n.º 5
0
 private BorderInfo(int style, ResolvedCondLength width, ColorType color)
 {
     mStyle = style;
     mWidth = width;
     mColor = color;
 }
Ejemplo n.º 6
0
 internal BorderInfo(int style, CondLength width, ColorType color)
 {
     mStyle = style;
     mWidth = new ResolvedCondLength(width);
     mColor = color;
 }