| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/cl/ |
| D | ConstraintSetParserTest.java | 49 idWidget.stringId = "id1"; in testSimpleConstraintSet1() 57 System.out.println(">>>>>> " + root.stringId); in testSimpleConstraintSet1() 59 System.out.println(">>>>>> " + child.stringId); in testSimpleConstraintSet1() 64 System.out.print(" " + child.stringId); in testSimpleConstraintSet1()
|
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionMeasurer.kt | 290 val start = transition.getStart(child.stringId) in <lambda>() 291 val end = transition.getEnd(child.stringId) in <lambda>() 292 val interpolated = transition.getInterpolated(child.stringId) in <lambda>() 293 val path = transition.getPath(child.stringId) in <lambda>() 294 val count = transition.getKeyFrames(child.stringId, key, mode, pos) in <lambda>() 363 transition.getMotion(startFrame.widget.stringId), in <lambda>() 387 transition.getMotion(startFrame.widget.stringId), in <lambda>()
|
| D | Measurer.kt | 109 val widgetId = constraintWidget.stringId in <lambda>() 259 if (child.stringId == null) { in <lambda>() 261 child.stringId = id?.toString() in <lambda>() 488 val widgetId = constraintWidget.stringId in <lambda>()
|
| D | ToolingUtils.kt | 79 val widgetId = constraintWidget.stringId in parseConstraintsToJson() 149 (this?.companionWidget as? Measurable)?.layoutId?.toString() ?: this?.stringId.toString() in getHelperId()
|
| D | ConstraintLayout.kt | 1646 val widgetId = constraintWidget.stringId in setLayoutInformation() 1796 if (child.stringId == null) { in setLayoutInformation() 1798 child.stringId = id?.toString() in setLayoutInformation() 2037 val widgetId = constraintWidget.stringId in setLayoutInformation()
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ |
| D | MotionTransitionTest.java | 42 root.stringId = "root"; in makeLayout1() 45 button0.stringId = "button0"; in makeLayout1() 49 button1.stringId = "button1"; in makeLayout1() 67 button0.stringId = "button0"; in makeLayout2() 70 button1.stringId = "button1"; in makeLayout2() 85 root.stringId = "root"; in makeLayout() 88 button0.stringId = "button0"; in makeLayout() 92 button1.stringId = "button1"; in makeLayout()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ |
| D | Transition.java | 614 KeyPosition keyPosition = map.get(frame.widget.stringId); in getNumberKeyPositions() 636 KeyPosition keyPosition = map.get(frame.widget.stringId); in fillKeyPositions() 809 WidgetState widgetState = getWidgetState(child.stringId, null, state); in updateFrom() 904 return getWidgetState(child.stringId, null, Transition.START).mStart; in getStart() 911 return getWidgetState(child.stringId, null, Transition.END).mEnd; in getEnd() 918 return getWidgetState(child.stringId, null, Transition.INTERPOLATED).mInterpolated; in getInterpolated()
|
| D | WidgetFrame.java | 200 transition.findPreviousPosition(frame.widget.stringId, frameNumber); in interpolate() 202 transition.findNextPosition(frame.widget.stringId, frameNumber); in interpolate() 480 return widget.stringId; in getId() 591 String str = anchor.mTarget.getOwner().stringId; in serializeAnchor()
|
| D | State.java | 676 widget.stringId = key.toString(); in apply()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/utils/ |
| D | GridCore.java | 419 mSpanIds.add(mWidgets[i].stringId); in handleSpans() 431 if (mSpanIds.contains(mWidgets[i].stringId)) { in arrangeWidgets() 665 widget.stringId = String.valueOf(widget.hashCode()); in makeNewWidget()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintLayout.java | 3881 if (mLayoutWidget.stringId == null) { in getSceneString() 3885 mLayoutWidget.stringId = str; in getSceneString() 3887 mLayoutWidget.stringId = "parent"; in getSceneString() 3891 mLayoutWidget.setDebugName(mLayoutWidget.stringId); in getSceneString() 3899 if (child.stringId == null) { in getSceneString() 3903 child.stringId = str; in getSceneString() 3907 child.setDebugName(child.stringId); in getSceneString()
|
| D | ConstraintSet.java | 1787 String stringId = scene.lookUpConstraintName(iValue); in dump() local 1791 stringBuilder.append((stringId == null) ? iValue : stringId); in dump()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ |
| D | Motion.java | 1770 public void setIdString(String stringId) { in setIdString() argument 1771 mId = stringId; in setIdString()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/ |
| D | ConstraintWidgetContainer.java | 1132 ret.append(stringId + ":{\n"); in getSceneString()
|
| D | ConstraintWidget.java | 87 public String stringId; field in ConstraintWidget 3752 ret.append(" " + stringId + ":{\n"); in getSceneString()
|
| /constraintlayout/constraintlayout-core/api/ |
| D | api_lint.ignore | 1687 Missing nullability on parameter `stringId` in method `setIdString` 3436 MissingNullability: androidx.constraintlayout.core.widgets.ConstraintWidget#stringId: 3437 …Missing nullability on field `stringId` in class `class androidx.constraintlayout.core.widgets.Con… 4256 MutableBareField: androidx.constraintlayout.core.widgets.ConstraintWidget#stringId: 4257 Bare field stringId must be marked final, or moved behind accessors if mutable
|
| D | 1.1.0-beta01.txt | 3033 field public String! stringId;
|
| D | restricted_1.1.0-beta01.txt | 3037 field public String! stringId;
|
| D | restricted_current.txt | 3046 field public String! stringId;
|
| D | current.txt | 3042 field public String! stringId;
|