| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/dsl/ |
| D | DslTest.java | 151 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testOnKeyPosition01() 207 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testOnKeyPositions0() 246 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testAnchor01() 281 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testAnchor02() 322 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testAnchor03() 364 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testConstraint01() 411 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testConstraint02() 473 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testConstraint03() 528 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testConstraintSet01() 610 String formattedJson = CLParser.parse(motionScene.toString()).toFormattedJSON(); in testConstraintSet02() [all …]
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/parser/ |
| D | CLParserTest.java | 461 + "}", parsedContent.toFormattedJSON()); in testFormatting() 515 + "}", parsedContent.toFormattedJSON()); in testFormatting2() 538 + "}", parsedContent.toFormattedJSON()); in testFormatting3() 570 + "}", parsedContent.toFormattedJSON()); in testFormatting4() 694 + "}", parsedContent.toFormattedJSON()); in testFormatting5() 723 + "}", parsedContent.toFormattedJSON()); in testFormatting6() 739 + "}", parsedContent.toFormattedJSON()); in testFormatting7() 755 + "}", parsedContent.toFormattedJSON()); in testFormatting8()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/parser/ |
| D | CLObject.java | 57 public String toFormattedJSON() { in toFormattedJSON() method in CLObject 58 return toFormattedJSON(0, 0); in toFormattedJSON() 65 public String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLObject 75 json.append(element.toFormattedJSON(indent + sBaseIndent, forceIndent - 1)); in toFormattedJSON()
|
| D | CLKey.java | 67 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLKey 78 json.append(mElements.get(0).toFormattedJSON(indent, forceIndent - 1)); in toFormattedJSON() 84 json.append(mElements.get(0).toFormattedJSON(indent, forceIndent - 1)); in toFormattedJSON()
|
| D | CLArray.java | 44 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLArray 59 json.append(element.toFormattedJSON(indent + sBaseIndent, forceIndent - 1)); in toFormattedJSON()
|
| D | CLString.java | 50 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLString
|
| D | CLNumber.java | 47 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLNumber
|
| D | CLToken.java | 66 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLToken
|
| D | CLElement.java | 162 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLElement
|
| /constraintlayout/constraintlayout-core/api/ |
| D | api_lint.ignore | 4 AcronymName: androidx.constraintlayout.core.parser.CLArray#toFormattedJSON(int, int): 5 …Acronyms should not be capitalized in method names: was `toFormattedJSON`, should this be `toForma… 12 AcronymName: androidx.constraintlayout.core.parser.CLElement#toFormattedJSON(int, int): 13 …Acronyms should not be capitalized in method names: was `toFormattedJSON`, should this be `toForma… 18 AcronymName: androidx.constraintlayout.core.parser.CLKey#toFormattedJSON(int, int): 19 …Acronyms should not be capitalized in method names: was `toFormattedJSON`, should this be `toForma… 24 AcronymName: androidx.constraintlayout.core.parser.CLNumber#toFormattedJSON(int, int): 25 …Acronyms should not be capitalized in method names: was `toFormattedJSON`, should this be `toForma… 30 AcronymName: androidx.constraintlayout.core.parser.CLObject#toFormattedJSON(): 31 …Acronyms should not be capitalized in method names: was `toFormattedJSON`, should this be `toForma… [all …]
|
| D | 1.1.0-beta01.txt | 1930 method protected String! toFormattedJSON(int, int); 1961 method public String! toFormattedJSON(); 1962 method public String! toFormattedJSON(int, int);
|
| D | restricted_1.1.0-beta01.txt | 1930 method protected String! toFormattedJSON(int, int); 1961 method public String! toFormattedJSON(); 1962 method public String! toFormattedJSON(int, int);
|
| D | restricted_current.txt | 1930 method protected String! toFormattedJSON(int, int); 1961 method public String! toFormattedJSON(); 1962 method public String! toFormattedJSON(int, int);
|
| D | current.txt | 1930 method protected String! toFormattedJSON(int, int); 1961 method public String! toFormattedJSON(); 1962 method public String! toFormattedJSON(int, int);
|