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;
DataItem.java 213 mKind.maxLinesForDisplay = Math.max(thisKind.maxLinesForDisplay,
214 thatKind.maxLinesForDisplay);
  /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...]

Completed in 74 milliseconds