Home | History | Annotate | Download | only in account

Lines Matching defs:rawValue

348         public int rawValue;
358 public EditType(int rawValue, int labelRes) {
359 this.rawValue = rawValue;
383 return other.rawValue == rawValue;
390 return rawValue;
396 + " rawValue=" + rawValue
407 public EventEditType(int rawValue, int labelRes) {
408 super(rawValue, labelRes);