Home | History | Annotate | Download | only in dynamic

Lines Matching defs:button

24 import android.widget.Button;
70 Button button = new Button(this);
71 button.setWidth(300);
72 button.setHeight(300);
73 button.setLayerType(layerTypes[j], null);
74 button.setBackgroundResource(icon[i]);
75 AnimatedVectorDrawable d = (AnimatedVectorDrawable) button.getBackground();
91 container.addView(button);
92 button.setOnClickListener(this);