Searched defs:styleCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h422 * If styleCount is not zero, then immediately following the array of
437 uint32_t styleCount; member in struct:android::ResStringPool_header
513 size_t styleCount() const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp474 h->styleCount = dtohl(mHeader->styleCount);
518 if (mHeader->styleCount == 0) {
570 if (mHeader->styleCount > 0) {
597 for (i=0; i<mHeader->styleCount; i++) {
824 if (mError == NO_ERROR && idx < mHeader->styleCount) {
955 size_t ResStringPool::styleCount() const function in class:android::ResStringPool
957 return (mError == NO_ERROR) ? mHeader->styleCount : 0;

Completed in 67 milliseconds