Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/parser/
DCLString.java23 public class CLString extends CLElement { class
25 public CLString(char[] content) { in CLString() method in CLString
31 return new CLString(content); in allocate()
37 public static @NonNull CLString from(@NonNull String content) { in from()
38 CLString stringElement = new CLString(content.toCharArray()); in from()
64 if (obj instanceof CLString && this.content().equals(((CLString) obj).content())) { in equals()
DCLContainer.java104 CLElement stringElement = new CLString(value.toCharArray()); in putString()
186 if (element instanceof CLString) { in getString()
253 if (element instanceof CLString) { in getStringOrNull()
319 if (element instanceof CLString) { in getString()
349 if (element instanceof CLString) { in getStringOrNull()
DCLParser.java102 } else if (currentElement instanceof CLString) { in parse()
116 if (currentElement instanceof CLKey || currentElement instanceof CLString) { in parse()
148 if (currentElement instanceof CLString) { in parse()
262 newElement = CLString.allocate(content); in createElement()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintScopeCommon.kt26 import androidx.constraintlayout.core.parser.CLString
96 add(CLString.from(anchor.id.toString())) in linkTo()
97 add(CLString.from(targetAnchorName)) in linkTo()
119 add(CLString.from(anchor.id.toString())) in linkTo()
120 add(CLString.from(targetAnchorName)) in linkTo()
134 add(CLString.from(anchor.id.toString())) in linkTo()
135 add(CLString.from("baseline")) in linkTo()
DConstraintLayoutBaseScope.kt30 import androidx.constraintlayout.core.parser.CLString in <lambda>()
183 add(CLString.from("start")) in <lambda>()
253 add(CLString.from("end")) in <lambda>()
336 elements.forEach { elementArray.add(CLString.from(it.id.toString())) } in <lambda>()
359 elements.forEach { elementArray.add(CLString.from(it.id.toString())) } in <lambda>()
379 elements.forEach { elementArray.add(CLString.from(it.id.toString())) } in <lambda>()
399 elements.forEach { elementArray.add(CLString.from(it.id.toString())) } in <lambda>()
422 elements.forEach { elementArray.add(CLString.from(it.id.toString())) } in <lambda>()
442 elements.forEach { elementArray.add(CLString.from(it.id.toString())) } in <lambda>()
617 elementArray.add(CLString.from(it.id.toString())) in <lambda>()
[all …]
DConstrainScope.kt29 import androidx.constraintlayout.core.parser.CLString
322 add(CLString.from(other.id.toString())) in circular()
457 add(CLString.from(anchor.id.toString())) in linkTo()
458 add(CLString.from("baseline")) in linkTo()
474 add(CLString.from(anchor.id.toString())) in linkTo()
475 add(CLString.from(targetAnchorName)) in linkTo()
DTransitionScope.kt28 import androidx.constraintlayout.core.parser.CLString in <lambda>()
289 CLString(targetChars).apply { in <lambda>()
495 CLString(stringChars).apply { in CLContainer()
DConstraintLayout.kt91 import androidx.constraintlayout.core.parser.CLString in <lambda>()
1323 return CLString.from(it) in isUndefined()
1327 return CLString.from("wrap") in isUndefined()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintSetParser.java35 import androidx.constraintlayout.core.parser.CLString;
131 if (elementName instanceof CLString) { in get()
132 String stringValue = ((CLString) elementName).content(); in get()
292 } else if (value instanceof CLString) { in parseJSON()
1720 } else if (value instanceof CLString) { in parseCustomProperties()
2032 if (dimensionElement instanceof CLString) { in parseDimension()
2050 } else if (minEl instanceof CLString) { in parseDimension()
2059 } else if (maxEl instanceof CLString) { in parseDimension()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore40 AcronymName: androidx.constraintlayout.core.parser.CLString:
41 Acronyms should not be capitalized in class names: was `CLString`, should this be `ClString`?
42 AcronymName: androidx.constraintlayout.core.parser.CLString#toFormattedJSON(int, int):
44 AcronymName: androidx.constraintlayout.core.parser.CLString#toJSON():
2374 MissingNullability: androidx.constraintlayout.core.parser.CLString#CLString(char[]) parameter #0:
2375 Missing nullability on parameter `content` in method `CLString`
2376 MissingNullability: androidx.constraintlayout.core.parser.CLString#allocate(char[]):
2378 MissingNullability: androidx.constraintlayout.core.parser.CLString#allocate(char[]) parameter #0:
2380 MissingNullability: androidx.constraintlayout.core.parser.CLString#toFormattedJSON(int, int):
2382 MissingNullability: androidx.constraintlayout.core.parser.CLString#toJSON():
D1.1.0-beta01.txt1977 public class CLString extends androidx.constraintlayout.core.parser.CLElement {
1978 ctor public CLString(char[]!);
1980 method public static androidx.constraintlayout.core.parser.CLString from(String);
Drestricted_1.1.0-beta01.txt1977 public class CLString extends androidx.constraintlayout.core.parser.CLElement {
1978 ctor public CLString(char[]!);
1980 method public static androidx.constraintlayout.core.parser.CLString from(String);
Drestricted_current.txt1977 public class CLString extends androidx.constraintlayout.core.parser.CLElement {
1978 ctor public CLString(char[]!);
1980 method public static androidx.constraintlayout.core.parser.CLString from(String);
Dcurrent.txt1977 public class CLString extends androidx.constraintlayout.core.parser.CLElement {
1978 ctor public CLString(char[]!);
1980 method public static androidx.constraintlayout.core.parser.CLString from(String);