Home | History | Annotate | Download | only in model

Lines Matching defs:rawValue

358         public int rawValue;
368 public EditType(int rawValue, int labelRes) {
369 this.rawValue = rawValue;
393 return other.rawValue == rawValue;
400 return rawValue;
406 + " rawValue=" + rawValue
417 public EventEditType(int rawValue, int labelRes) {
418 super(rawValue, labelRes);