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

/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h431 * If styleCount is not zero, then immediately following the array of
446 uint32_t styleCount; member in struct:android::ResStringPool_header
522 size_t styleCount() const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp496 h->styleCount = dtohl(mHeader->styleCount);
540 if (mHeader->styleCount == 0) {
592 if (mHeader->styleCount > 0) {
619 for (i=0; i<mHeader->styleCount; i++) {
907 if (mError == NO_ERROR && idx < mHeader->styleCount) {
1053 size_t ResStringPool::styleCount() const function in class:android::ResStringPool
1055 return (mError == NO_ERROR) ? mHeader->styleCount : 0;

Completed in 180 milliseconds