Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java439 int histSize = historicMessages.size(); in findGroups() local
440 for (int i = 0; i < histSize + messages.size(); i++) { in findGroups()
442 if (i < histSize) { in findGroups()
445 message = messages.get(i - histSize); in findGroups()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp204 size_t histSize = mBandwidthHistory.size(); in estimateBandwidth()
206 *bandwidthBps, mIsStable, histSize); in estimateBandwidth()
211 "...(%zd more items)... }", histSize - itemIdx); in estimateBandwidth()