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

/frameworks/support/compat/java/android/support/v4/content/res/
H A DTypedArrayUtils.java267 public static CharSequence[] getTextArray(TypedArray a, @StyleableRes int index, method in class:TypedArrayUtils
269 CharSequence[] val = a.getTextArray(index);
271 val = a.getTextArray(fallbackIndex);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java92 public CharSequence[] getTextArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java212 public CharSequence[] getTextArray(int index) { method in class:TintTypedArray
213 return mWrapped.getTextArray(index);
H A DResourcesWrapper.java88 public CharSequence[] getTextArray(int id) throws NotFoundException { method in class:ResourcesWrapper
89 return mResources.getTextArray(id);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java991 * {@link Resources#getTextArray Resources.getTextArray} of the owning
1003 public CharSequence[] getTextArray(@StyleableRes int index) { method in class:TypedArray
1010 return mResources.getTextArray(value.resourceId);
H A DResources.java551 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { method in class:Resources
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java741 * {@link Resources#getTextArray Resources.getTextArray} of the owning
749 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 7135 milliseconds