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

/frameworks/base/libs/hwui/
H A DVertexBuffer.h129 unsigned int getIndexCount() const { return mIndexCount; } function in class:android::uirenderer::VertexBuffer
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DTintTypedArray.java126 public int getIndexCount() { method in class:TintTypedArray
127 return mWrapped.getIndexCount();
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java120 public int getIndexCount() { method in class:TypedArray
133 * {@link #getIndexCount()}.
1161 * @return an array of length {@link #getIndexCount()} populated with theme

Completed in 88 milliseconds