Lines Matching full:button
24 import android.widget.Button;
28 * A button with more than two states. When the button is pressed
35 * MultiStateButton Attributes}, {@link android.R.styleable#Button Button
41 public class MultiStateButton extends Button {
42 //The current state for this button, ranging from 0 to maxState-1
44 //The maximum number of states allowed for this button.
49 //A list of all drawable resources used by this button in the order it uses them.
66 //TODO add a more generic default button
91 throw new IllegalArgumentException("Button resources cannot be null");