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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java441 public int getInteger(int index, int defValue) { method in class:TypedArray
H A DResources.java1016 public int getInteger(int id) throws NotFoundException { method in class:Resources
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java142 public int getInteger(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java419 public int getInteger(int id) throws NotFoundException { method in class:BridgeResources
H A DBridgeTypedArray.java339 public int getInteger(int index, int defValue) { method in class:BridgeTypedArray
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java116 public int getInteger(int index, int defValue) { method in class:TintTypedArray
117 return mWrapped.getInteger(index, defValue);
H A DResourcesWrapper.java170 public int getInteger(int id) throws NotFoundException { method in class:ResourcesWrapper
171 return mResources.getInteger(id);
/frameworks/base/media/java/android/media/
H A DMediaFormat.java523 public final int getInteger(String name) { method in class:MediaFormat
532 public final int getInteger(String name, int defaultValue) { method in class:MediaFormat
534 return getInteger(name);

Completed in 2637 milliseconds