Home | History | Annotate | Download | only in music

Lines Matching refs:MAX_HISTORY_SIZE

110     private static final int MAX_HISTORY_SIZE = 100;
120 private Vector<Integer> mHistory = new Vector<Integer>(MAX_HISTORY_SIZE);
1340 if (mHistory.size() > MAX_HISTORY_SIZE) {
1492 if (mHistory.size() > MAX_HISTORY_SIZE) {