Searched refs:historySize (Results 1 – 3 of 3) sorted by relevance
260 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local261 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()263 for (int ix = 0; ix < historySize; ix++) { in loadSubjectHistory()
429 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local430 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()432 for (int ix = 0 ; ix < historySize; ix++) { in loadSubjectHistory()
164 int historySize = event.getHistorySize(); in onTouchEvent() local165 for (int h = 0; h < historySize; h++) { in onTouchEvent()