Searched defs:Button (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DButton.java38 * final Button button = (Button) findViewById(R.id.button_id);
52 * <Button
70 * <h3>Button style</h3>
72 * <p>Every Button is styled using the system's default button background, which is often different
79 * it to your Button with the {@link android.R.attr#background android:background}
89 * See {@link android.R.styleable#Button Button Attributes},
95 public class Button extends TextView { class in inherits:TextView
96 public Button(Contex method in class:Button
100 public Button(Context context, AttributeSet attrs) { method in class:Button
104 public Button(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Button
108 public Button(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:Button
[all...]

Completed in 57 milliseconds