Home | History | Annotate | Download | only in dynamic

Lines Matching refs:button

23 import android.widget.Button;
61 final Button []bArray = new Button[icon.length];
81 Button button = new Button(this);
82 bArray[i] = button;
83 button.setWidth(200);
84 button.setBackgroundResource(icon[i]);
85 container.addView(button);
86 VectorDrawable vd = (VectorDrawable) button.getBackground();