Home | History | Annotate | Download | only in settings

Lines Matching refs:Button

62 import android.widget.Button;
173 // add a Skip button?
176 // specify custom text for the Back or Next buttons, or cause a button to not appear
333 private Button mNextButton;
599 Button backButton = (Button)findViewById(R.id.back_button);
606 Button skipButton = (Button)findViewById(R.id.skip_button);
613 mNextButton = (Button)findViewById(R.id.next_button);
621 // set our various button parameters
1263 // give subclasses access to the Next button
1268 public Button getNextButton() {