Home
last modified time | relevance | path

Searched refs:updatePreLayout (Results 1 – 10 of 10) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DMotionPlaceholder.java75 public void updatePreLayout(ConstraintWidgetContainer container, in updatePreLayout() method in MotionPlaceholder
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintHelper.java509 public void updatePreLayout(ConstraintLayout container) { in updatePreLayout() method in ConstraintHelper
544 public void updatePreLayout(ConstraintWidgetContainer container, in updatePreLayout() method in ConstraintHelper
DPlaceholder.java160 public void updatePreLayout(ConstraintLayout container) { in updatePreLayout() method in Placeholder
DConstraintLayout.java1271 helper.updatePreLayout(this); in setChildrenConstraints()
1279 ((Placeholder) child).updatePreLayout(this); in setChildrenConstraints()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore392 MissingNullability: androidx.constraintlayout.helper.widget.MotionPlaceholder#updatePreLayout(andro…
393 Missing nullability on parameter `container` in method `updatePreLayout`
394 MissingNullability: androidx.constraintlayout.helper.widget.MotionPlaceholder#updatePreLayout(andro…
395 Missing nullability on parameter `helper` in method `updatePreLayout`
396 MissingNullability: androidx.constraintlayout.helper.widget.MotionPlaceholder#updatePreLayout(andro…
397 Missing nullability on parameter `map` in method `updatePreLayout`
1272 MissingNullability: androidx.constraintlayout.widget.ConstraintHelper#updatePreLayout(androidx.cons…
1273 Missing nullability on parameter `container` in method `updatePreLayout`
1274 MissingNullability: androidx.constraintlayout.widget.ConstraintHelper#updatePreLayout(androidx.cons…
1275 Missing nullability on parameter `helper` in method `updatePreLayout`
[all …]
Dcurrent.txt1061 …method public void updatePreLayout(androidx.constraintlayout.core.widgets.ConstraintWidgetContaine…
1062 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
1660 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
Drestricted_2.2.0-beta01.txt1061 …method public void updatePreLayout(androidx.constraintlayout.core.widgets.ConstraintWidgetContaine…
1062 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
1660 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
D2.2.0-beta01.txt1061 …method public void updatePreLayout(androidx.constraintlayout.core.widgets.ConstraintWidgetContaine…
1062 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
1660 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
Drestricted_current.txt1061 …method public void updatePreLayout(androidx.constraintlayout.core.widgets.ConstraintWidgetContaine…
1062 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
1660 method public void updatePreLayout(androidx.constraintlayout.widget.ConstraintLayout!);
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionLayout.java2739 view.updatePreLayout(base, helper, mapIdToWidget);