Searched refs:itemCount (Results 1 – 2 of 2) sorted by relevance
124 int itemCount = mLogTable.getItemCount(); in addToLog() local125 if (itemCount > 0) { in addToLog()126 mLogTable.showItem(mLogTable.getItem(itemCount - 1)); in addToLog()171 int itemCount = mLogTable.getItemCount(); in addToLog() local172 if (itemCount > 0) { in addToLog()173 mLogTable.showItem(mLogTable.getItem(itemCount - 1)); in addToLog()
272 int itemCount = idsAndTitles.size(); in createChoices() local273 List<String> titles = new ArrayList<String>(itemCount); in createChoices()274 List<String> ids = new ArrayList<String>(itemCount); in createChoices()