Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java160 int emptyCount = 0; in notIntersectsOrFullyContains() local
166 emptyCount++; in notIntersectsOrFullyContains()
175 return (emptyCount + noOverlappingCount) == mSurfaces.length; in notIntersectsOrFullyContains()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp767 size_t emptyCount = mFrameList.size(); in getCandidateTimestampLocked() local
773 emptyCount--; in getCandidateTimestampLocked()
839 if (emptyCount == mFrameList.size()) { in getCandidateTimestampLocked()
856 __FUNCTION__, minTimestamp, idx, emptyCount); in getCandidateTimestampLocked()