Searched defs:getLineCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMessageListItemCoordinates.java222 private static int getLineCount(TextView textView) { method in class:MessageListItemCoordinates
283 coordinates.sendersLineCount = getLineCount(senders);
291 coordinates.subjectLineCount = getLineCount(subject);
/packages/apps/Browser/src/com/android/browser/
H A DSuggestionsAdapter.java130 return (mMixedResults == null) ? 0 : mMixedResults.getLineCount();
293 res.count = mixed.getLineCount();
355 int getLineCount() { method in class:SuggestionsAdapter.SuggestionResults

Completed in 113 milliseconds