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