Searched refs:incrementSkipCount (Results 1 – 4 of 4) sorted by relevance
113 void incrementSkipCount() { mSkipCount++; } in incrementSkipCount() function
235 TEST_F(CachedSetTest, incrementSkipCount) { in TEST_F() argument239 cachedSet.incrementSkipCount(); in TEST_F()241 cachedSet.incrementSkipCount(); in TEST_F()279 cachedSet1.incrementSkipCount(); in TEST_F()
124 mNewCachedSet->incrementSkipCount(); in renderCachedSets()
2582 incrementSkipCount(mSkippedAlldayEvents, startIndex, endIndex); in drawAllDayEvents()2586 incrementSkipCount(mSkippedAlldayEvents, startIndex, endIndex); in drawAllDayEvents()2632 private void incrementSkipCount(int[] counts, int startIndex, int endIndex) { in incrementSkipCount() method in DayView