Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java348 public int rawValue; field in AccountType.EditType
358 public EditType(int rawValue, int labelRes) { in EditType()
407 public EventEditType(int rawValue, int labelRes) { in EventEditType()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java245 public int rawValue; field in ContactsSource.EditType
253 public EditType(int rawValue, int labelRes) { in EditType()
/packages/apps/Browser/src/com/android/browser/
DBrowserSettings.java507 public static int getAdjustedMinimumFontSize(int rawValue) { in getAdjustedMinimumFontSize()
515 public int getAdjustedTextZoom(int rawValue) { in getAdjustedTextZoom()
524 public int getAdjustedDoubleTapZoom(int rawValue) { in getAdjustedDoubleTapZoom()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java246 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local
270 final int rawValue = cursor.getInt(index); in getCurrentType() local
277 public static EditType getType(DataKind kind, int rawValue) { in getType()
290 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()