Home | History | Annotate | Download | only in customlocale2

Lines Matching refs:Button

41 import android.widget.Button;
77 private Button mRemoveLocaleButton;
78 private Button mSelectLocaleButton;
87 Button addLocaleButton = (Button) findViewById(R.id.add_new_locale_button);
88 mRemoveLocaleButton = (Button) findViewById(R.id.remove_locale_button);
89 mSelectLocaleButton = (Button) findViewById(R.id.select_locale_button);
323 // Enable the remove button only for custom locales and set the tag to the locale
334 /** Invoked by the button "Add new..." */
340 /** Invoked by the button Select / mSelectLocaleButton */
349 * Invoked by the button Remove / mRemoveLocaleButton.