Home
last modified time | relevance | path

Searched refs:contentCount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java319 int contentCount = super.getCount() + specialViewCount; in getCount() local
321 if (contentCount == 0) { in getCount()
322 contentCount += mShowCustomFooter ? 1 : 0; in getCount()
325 contentCount += 1 /* footer */ + mHeaders.size(); in getCount()
327 return contentCount; in getCount()