HomeSort by relevance Sort by last modified time
    Searched refs:maxLinesForDisplay (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataKind.java 85 public int maxLinesForDisplay;
88 maxLinesForDisplay = 1;
97 maxLinesForDisplay = 1;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 333 kind.maxLinesForDisplay = MAX_LINES_FOR_POSTAL_ADDRESS;
402 kind.maxLinesForDisplay = MAX_LINES_FOR_NOTE;
443 kind.maxLinesForDisplay = MAX_LINES_FOR_GROUP;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 578 entry.maxLines = kind.maxLinesForDisplay;
648 imEntry.maxLines = kind.maxLinesForDisplay;
    [all...]

Completed in 382 milliseconds