Lines Matching refs:Integer
38 public static final Property<Drawable, Integer> DRAWABLE_ALPHA =
39 new Property<Drawable, Integer>(Integer.TYPE, "drawableAlpha") {
41 public Integer get(Drawable drawable) {
46 public void set(Drawable drawable, Integer alpha) {
70 public static final Property<LayoutParams, Integer> LAYOUT_WIDTH =
71 new Property<LayoutParams, Integer>(Integer.TYPE, "width") {
73 public Integer get(LayoutParams lp) {
78 public void set(LayoutParams lp, Integer width) {
83 public static final Property<LayoutParams, Integer> LAYOUT_HEIGHT =
84 new Property<LayoutParams, Integer>(Integer.TYPE, "height") {
86 public Integer get(LayoutParams lp) {
91 public void set(LayoutParams lp, Integer height) {