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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java95 public int getIndexCount() { method in class:TypedArray
107 * {@link #getIndexCount()}.
1045 * @return an array of length {@link #getIndexCount()} populated with theme
/frameworks/base/libs/hwui/
H A DVertexBuffer.h130 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.java82 public int getIndexCount() { method in class:TintTypedArray
83 return mWrapped.getIndexCount();

Completed in 118 milliseconds