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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DErrorFragment.java47 private String mButtonText; field in class:ErrorFragment
134 mButtonText = text;
142 return mButtonText;
222 mButton.setText(mButtonText);
224 mButton.setVisibility(TextUtils.isEmpty(mButtonText) ? View.GONE : View.VISIBLE);
H A DErrorSupportFragment.java42 private String mButtonText; field in class:ErrorSupportFragment
129 mButtonText = text;
137 return mButtonText;
217 mButton.setText(mButtonText);
219 mButton.setVisibility(TextUtils.isEmpty(mButtonText) ? View.GONE : View.VISIBLE);

Completed in 24 milliseconds