Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountType.java358 public int rawValue; field in AccountType.EditType
368 public EditType(int rawValue, int labelRes) { in EditType()
417 public EventEditType(int rawValue, int labelRes) { in EventEditType()
DEntityModifier.java241 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local
265 final int rawValue = cursor.getInt(index); in getCurrentType() local
272 public static EditType getType(DataKind kind, int rawValue) { in getType()
285 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
/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.java547 public static int getAdjustedMinimumFontSize(int rawValue) { in getAdjustedMinimumFontSize()
555 public int getAdjustedTextZoom(int rawValue) { in getAdjustedTextZoom()
564 public int getAdjustedDoubleTapZoom(int rawValue) { in getAdjustedDoubleTapZoom()