Home
last modified time | relevance | path

Searched refs:historySize (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java266 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local
267 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()
269 for (int ix = 0; ix < historySize; ix++) { in loadSubjectHistory()
/packages/apps/Contacts/src/com/android/contacts/dialog/
DCallSubjectDialog.java429 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local
430 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()
432 for (int ix = 0 ; ix < historySize; ix++) { in loadSubjectHistory()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageDraw.java164 int historySize = event.getHistorySize(); in onTouchEvent() local
165 for (int h = 0; h < historySize; h++) { in onTouchEvent()