Searched defs:getIndexCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java89 public int getIndexCount() { method in class:TypedArray
101 * {@link #getIndexCount()}.
908 * @return an array of length {@link #getIndexCount()} populated with theme
/frameworks/base/libs/hwui/
H A DVertexBuffer.h131 unsigned int getIndexCount() const { return mIndexCount; } function in class:android::uirenderer::VertexBuffer
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java72 public int getIndexCount() { method in class:TintTypedArray
73 return mWrapped.getIndexCount();

Completed in 2232 milliseconds