Home
last modified time | relevance | path

Searched defs:layoutParams (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DPlaceholder.java211 ConstraintLayout.LayoutParams layoutParams = in updatePostMeasure() local
DConstraintHelper.java273 ConstraintLayout.LayoutParams layoutParams = (ConstraintLayout.LayoutParams) params; in validateParams() local
611 ConstraintLayout.LayoutParams layoutParams, in loadParameters()
DBarrier.java280 ConstraintLayout.LayoutParams layoutParams, in loadParameters()
DConstraintLayout.java1059 LayoutParams layoutParams = (LayoutParams) view.getLayoutParams(); in onViewAdded() local
1068 LayoutParams layoutParams = (LayoutParams) view.getLayoutParams(); in onViewAdded() local
1298 final LayoutParams layoutParams = (LayoutParams) child.getLayoutParams(); in setChildrenConstraints() local
1309 LayoutParams layoutParams, in applyConstraintsFromLayoutParams()
1519 LayoutParams layoutParams, in setWidgetBaseline()
3978 LayoutParams layoutParams = (LayoutParams) view.getLayoutParams(); in dynamicUpdateConstraints() local
DConstraintSet.java2647 LayoutParams layoutParams, in applyToHelper()
2665 public void applyToLayoutParams(int id, ConstraintLayout.LayoutParams layoutParams) { in applyToLayoutParams()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DFlow.java204 ConstraintLayout.LayoutParams layoutParams, in loadParameters()