Searched refs:getLineCount (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMessageListItemCoordinates.java216 private static int getLineCount(TextView textView) { method in class:MessageListItemCoordinates
276 coordinates.sendersLineCount = getLineCount(senders);
284 coordinates.subjectLineCount = getLineCount(subject);
H A DMessageListItem.java339 if (mCoordinates.subjectLineCount < mSubjectLayout.getLineCount()) {
/packages/apps/Calendar/src/com/android/calendar/
H A DExpandableTextView.java89 if (mTv.getLineCount() <= mMaxCollapsedLines) {
H A DDayView.java3449 int lineCount = eventLayout.getLineCount();
/packages/apps/Browser/src/com/android/browser/
H A DSuggestionsAdapter.java141 return (mMixedResults == null) ? 0 : mMixedResults.getLineCount();
313 res.count = mixed.getLineCount();
379 int getLineCount() { method in class:SuggestionsAdapter.SuggestionResults
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java150 for (int i = 0; i < l.getLineCount(); i++) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java152 for (int i = 0; i < l.getLineCount(); i++) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java3212 int currentTextLines = mTextEditor.getLineCount();

Completed in 134 milliseconds