Home
last modified time | relevance | path

Searched refs:stringId (Results 1 – 20 of 20) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/cl/
DConstraintSetParserTest.java49 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/
DMotionMeasurer.kt290 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>()
DMeasurer.kt109 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>()
DToolingUtils.kt79 val widgetId = constraintWidget.stringId in parseConstraintsToJson()
149 (this?.companionWidget as? Measurable)?.layoutId?.toString() ?: this?.stringId.toString() in getHelperId()
DConstraintLayout.kt1646 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/
DMotionTransitionTest.java42 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/
DTransition.java614 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()
DWidgetFrame.java200 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()
DState.java676 widget.stringId = key.toString(); in apply()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/utils/
DGridCore.java419 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/
DConstraintLayout.java3881 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()
DConstraintSet.java1787 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/
DMotion.java1770 public void setIdString(String stringId) { in setIdString() argument
1771 mId = stringId; in setIdString()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DConstraintWidgetContainer.java1132 ret.append(stringId + ":{\n"); in getSceneString()
DConstraintWidget.java87 public String stringId; field in ConstraintWidget
3752 ret.append(" " + stringId + ":{\n"); in getSceneString()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore1687 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
D1.1.0-beta01.txt3033 field public String! stringId;
Drestricted_1.1.0-beta01.txt3037 field public String! stringId;
Drestricted_current.txt3046 field public String! stringId;
Dcurrent.txt3042 field public String! stringId;