HomeSort by relevance Sort by last modified time
    Searched refs:mButtonNeutralText (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertController.java 95 private CharSequence mButtonNeutralText;
342 mButtonNeutralText = text;
796 if (TextUtils.isEmpty(mButtonNeutralText) && mButtonNeutralIcon == null) {
799 mButtonNeutral.setText(mButtonNeutralText);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 96 private CharSequence mButtonNeutralText;
385 mButtonNeutralText = text;
762 if (TextUtils.isEmpty(mButtonNeutralText)) {
765 mButtonNeutral.setText(mButtonNeutralText);
    [all...]

Completed in 221 milliseconds