Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DCachedSet.h113 void incrementSkipCount() { mSkipCount++; } in incrementSkipCount() function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp235 TEST_F(CachedSetTest, incrementSkipCount) { in TEST_F() argument
239 cachedSet.incrementSkipCount(); in TEST_F()
241 cachedSet.incrementSkipCount(); in TEST_F()
279 cachedSet1.incrementSkipCount(); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DFlattener.cpp124 mNewCachedSet->incrementSkipCount(); in renderCachedSets()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2582 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