Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/content/res/
DTypedArrayUtils.java65 public static CharSequence[] getTextArray(TypedArray a, @StyleableRes int index, in getTextArray() method in TypedArrayUtils
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java87 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintTypedArray.java158 public CharSequence[] getTextArray(int index) { in getTextArray() method in TintTypedArray
DResourcesWrapper.java90 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in ResourcesWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java742 public CharSequence[] getTextArray(int index) { in getTextArray() method in BridgeTypedArray
DBridgeResources.java249 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in BridgeResources
/frameworks/base/core/java/android/content/res/
DTypedArray.java890 public CharSequence[] getTextArray(int index) { in getTextArray() method in TypedArray
DResources.java519 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { in getTextArray() method in Resources