Home
last modified time | relevance | path

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

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java92 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in MockResources
/frameworks/support/compat/src/main/java/androidx/core/content/res/
DTypedArrayUtils.java276 public static CharSequence[] getTextArray(@NonNull TypedArray a, @StyleableRes int index, in getTextArray() method in TypedArrayUtils
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java212 public CharSequence[] getTextArray(int index) { in getTextArray() method in TintTypedArray
DResourcesWrapper.java89 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in ResourcesWrapper
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java755 public CharSequence[] getTextArray(int index) { in getTextArray() method in BridgeTypedArray
DResources_Delegate.java319 static CharSequence[] getTextArray(Resources resources, int id) throws NotFoundException { in getTextArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java1005 public CharSequence[] getTextArray(@StyleableRes int index) { in getTextArray() method in TypedArray
DResources.java559 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { in getTextArray() method in Resources