Searched defs:getTextArray (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/content/res/
H A DTypedArrayUtils.java276 public static CharSequence[] getTextArray(@NonNull TypedArray a, @StyleableRes int index, method in class:TypedArrayUtils
278 CharSequence[] val = a.getTextArray(index);
280 val = a.getTextArray(fallbackIndex);
/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java92 public CharSequence[] getTextArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DTintTypedArray.java212 public CharSequence[] getTextArray(int index) { method in class:TintTypedArray
213 return mWrapped.getTextArray(index);
H A DResourcesWrapper.java89 public CharSequence[] getTextArray(int id) throws NotFoundException { method in class:ResourcesWrapper
90 return mResources.getTextArray(id);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java993 * {@link Resources#getTextArray Resources.getTextArray} of the owning
1005 public CharSequence[] getTextArray(@StyleableRes int index) { method in class:TypedArray
1012 return mResources.getTextArray(value.resourceId);
H A DResources.java559 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { method in class:Resources
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java747 * {@link Resources#getTextArray Resources.getTextArray} of the owning
755 public CharSequence[] getTextArray(int index) { method in class:BridgeTypedArray
H A DResources_Delegate.java319 static CharSequence[] getTextArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
436 "Obtaining resource arrays via getTextArray, getStringArray or getIntArray is not fully supported in this version of the IDE.",

Completed in 211 milliseconds