Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 8 of 8) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DMetrics.java40 public long errors; field in Metrics
107 errors = 0; in reset()
165 errors = metrics.errors; in copy()
DLinearSystem.java365 sMetrics.errors++; in createErrorVariable()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintReference.java200 IncorrectConstraintException(ArrayList<String> errors) { in IncorrectConstraintException() argument
201 mErrors = errors; in IncorrectConstraintException()
221 ArrayList<String> errors = new ArrayList<>(); in validate() local
223 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()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore3722 MutableBareField: androidx.constraintlayout.core.Metrics#errors:
3723 Bare field errors must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt136 field public long errors;
Drestricted_1.1.0-beta01.txt136 field public long errors;
Drestricted_current.txt136 field public long errors;
Dcurrent.txt136 field public long errors;