Searched refs:childLp (Results 1 – 3 of 3) sorted by relevance
307 ViewGroup.LayoutParams childLp = child.getLayoutParams(); in measureHeightOfChildrenCompat() local309 if (childLp == null) { in measureHeightOfChildrenCompat()310 childLp = generateDefaultLayoutParams(); in measureHeightOfChildrenCompat()311 child.setLayoutParams(childLp); in measureHeightOfChildrenCompat()314 if (childLp.height > 0) { in measureHeightOfChildrenCompat()315 heightMeasureSpec = MeasureSpec.makeMeasureSpec(childLp.height, in measureHeightOfChildrenCompat()
227 final LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in onLayout() local228 final Interpolator interpolator = childLp.getScrollInterpolator(); in onLayout()1152 final AppBarLayout.LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in interpolateOffset() local1153 final Interpolator interpolator = childLp.getScrollInterpolator(); in interpolateOffset()1158 final int flags = childLp.getScrollFlags(); in interpolateOffset()1161 childScrollableHeight += child.getHeight() + childLp.topMargin in interpolateOffset()1162 + childLp.bottomMargin; in interpolateOffset()1198 final AppBarLayout.LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in updateAppBarLayoutDrawableState() local1199 final int flags = childLp.getScrollFlags(); in updateAppBarLayoutDrawableState()
945 final LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in findOpenDrawer() local946 if ((childLp.openState & LayoutParams.FLAG_IS_OPENED) == 1) { in findOpenDrawer()