Home
last modified time | relevance | path

Searched refs:toFormattedJSON (Results 1 – 14 of 14) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/dsl/
DDslTest.java151 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/
DCLParserTest.java461 + "}", 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/
DCLObject.java57 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()
DCLKey.java67 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()
DCLArray.java44 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLArray
59 json.append(element.toFormattedJSON(indent + sBaseIndent, forceIndent - 1)); in toFormattedJSON()
DCLString.java50 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLString
DCLNumber.java47 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLNumber
DCLToken.java66 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLToken
DCLElement.java162 protected String toFormattedJSON(int indent, int forceIndent) { in toFormattedJSON() method in CLElement
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore4 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 …]
D1.1.0-beta01.txt1930 method protected String! toFormattedJSON(int, int);
1961 method public String! toFormattedJSON();
1962 method public String! toFormattedJSON(int, int);
Drestricted_1.1.0-beta01.txt1930 method protected String! toFormattedJSON(int, int);
1961 method public String! toFormattedJSON();
1962 method public String! toFormattedJSON(int, int);
Drestricted_current.txt1930 method protected String! toFormattedJSON(int, int);
1961 method public String! toFormattedJSON();
1962 method public String! toFormattedJSON(int, int);
Dcurrent.txt1930 method protected String! toFormattedJSON(int, int);
1961 method public String! toFormattedJSON();
1962 method public String! toFormattedJSON(int, int);