Searched defs:textArrayResId (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java501 * @param textArrayResId The identifier of the array to use as the data source.
507 @ArrayRes int textArrayResId, @LayoutRes int textViewResId) {
508 final CharSequence[] strings = context.getResources().getTextArray(textArrayResId);
506 createFromResource(@onNull Context context, @ArrayRes int textArrayResId, @LayoutRes int textViewResId) argument

Completed in 113 milliseconds