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.java67 public static CharSequence[] getTextArray(TypedArray a, @StyleableRes int index, in getTextArray() method in TypedArrayUtils
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java92 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTintTypedArray.java173 public CharSequence[] getTextArray(int index) { in getTextArray() method in TintTypedArray
DResourcesWrapper.java87 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray() method in ResourcesWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java696 public CharSequence[] getTextArray(int index) { in getTextArray() method in BridgeTypedArray
DResources_Delegate.java256 static CharSequence[] getTextArray(Resources resources, int id) throws NotFoundException { in getTextArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java948 public CharSequence[] getTextArray(@StyleableRes int index) { in getTextArray() method in TypedArray
DResources.java495 public CharSequence[] getTextArray(@ArrayRes int id) throws NotFoundException { in getTextArray() method in Resources