HomeSort by relevance Sort by last modified time
    Searched full:buttontext (Results 26 - 32 of 32) sorted by null

12

  /packages/apps/Email/res/values/
styles.xml 70 <item name="android:textColor">@color/buttontext</item>
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 677 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
678 if (TextUtils.isEmpty(buttonText)) {
682 mNextButton.setText(buttonText);
686 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
687 if (TextUtils.isEmpty(buttonText)) {
691 backButton.setText(buttonText);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 672 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
673 if (TextUtils.isEmpty(buttonText)) {
677 mNextButton.setText(buttonText);
681 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
682 if (TextUtils.isEmpty(buttonText)) {
686 backButton.setText(buttonText);
    [all...]
ChooseLockPassword.java 249 this.buttonText = nextButtonText;
254 public final int buttonText;
    [all...]
  /external/fio/
gfio.c 54 const char *buttontext; member in struct:button_spec
60 .buttontext = "Connect",
66 .buttontext = "Send",
72 .buttontext = "Start Job",
191 GtkWidget *button = gtk_button_new_with_label(buttonspec->buttontext);
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
profiling_view.html 167 [{buttonText: 'Wow!', onClick: function() {}}]);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 819 private void updateExpandCollapseButton(CharSequence buttonText, long duration) {
    [all...]

Completed in 488 milliseconds

12