Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/parser/
DCLContainer.java150 + " found [" + element.getStrClass() + "] : " + element, this); in getInt()
160 + " found [" + element.getStrClass() + "] : " + element, this); in getFloat()
170 + " found [" + element.getStrClass() + "] : " + element, this); in getArray()
180 + " found [" + element.getStrClass() + "] : " + element, this); in getObject()
191 strClass = element.getStrClass(); in getString()
204 + " found [" + element.getStrClass() + "] : " + element, this); in getBoolean()
DCLElement.java105 return getStrClass() + " (" + mStart + " : " + mEnd + ") <<" + content + ">>"; in toString()
108 protected String getStrClass() { in getStrClass() method in CLElement
115 return getStrClass() + " -> "; in getDebugName()
DCLParsingException.java28 mElementClass = element.getStrClass(); in CLParsingException()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore2304 MissingNullability: androidx.constraintlayout.core.parser.CLElement#getStrClass():
2305 Missing nullability on method `getStrClass` return
D1.1.0-beta01.txt1921 method protected String! getStrClass();
Drestricted_1.1.0-beta01.txt1921 method protected String! getStrClass();
Drestricted_current.txt1921 method protected String! getStrClass();
Dcurrent.txt1921 method protected String! getStrClass();