Searched refs:errors (Results 1 – 8 of 8) sorted by relevance
40 public long errors; field in Metrics107 errors = 0; in reset()165 errors = metrics.errors; in copy()
365 sMetrics.errors++; in createErrorVariable()
200 IncorrectConstraintException(ArrayList<String> errors) { in IncorrectConstraintException() argument201 mErrors = errors; in IncorrectConstraintException()221 ArrayList<String> errors = new ArrayList<>(); in validate() local223 errors.add("LeftToLeft and LeftToRight both defined"); in validate()226 errors.add("RightToLeft and RightToRight both defined"); in validate()229 errors.add("StartToStart and StartToEnd both defined"); in validate()232 errors.add("EndToStart and EndToEnd both defined"); in validate()238 errors.add("Both left/right and start/end constraints defined"); in validate()240 if (errors.size() > 0) { in validate()241 throw new IncorrectConstraintException(errors); in validate()
3722 MutableBareField: androidx.constraintlayout.core.Metrics#errors:3723 Bare field errors must be marked final, or moved behind accessors if mutable
136 field public long errors;