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