Home | History | Annotate | Download | only in music

Lines Matching refs:histsize

1299                 int histsize = mHistory.size();
1300 if (histsize == 0) {
1304 Integer pos = mHistory.remove(histsize - 1);
1513 int histsize = mHistory.size();
1514 if (histsize < lookbacksize) {
1516 lookbacksize = histsize;
1518 int maxidx = histsize - 1;