Searched refs:childLp (Results 1 – 3 of 3) sorted by relevance
311 ViewGroup.LayoutParams childLp = child.getLayoutParams(); in measureHeightOfChildrenCompat() local313 if (childLp == null) { in measureHeightOfChildrenCompat()314 childLp = generateDefaultLayoutParams(); in measureHeightOfChildrenCompat()315 child.setLayoutParams(childLp); in measureHeightOfChildrenCompat()318 if (childLp.height > 0) { in measureHeightOfChildrenCompat()319 heightMeasureSpec = MeasureSpec.makeMeasureSpec(childLp.height, in measureHeightOfChildrenCompat()
247 final LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in onLayout() local248 final Interpolator interpolator = childLp.getScrollInterpolator(); in onLayout()1166 final AppBarLayout.LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in interpolateOffset() local1167 final Interpolator interpolator = childLp.getScrollInterpolator(); in interpolateOffset()1172 final int flags = childLp.getScrollFlags(); in interpolateOffset()1175 childScrollableHeight += child.getHeight() + childLp.topMargin in interpolateOffset()1176 + childLp.bottomMargin; in interpolateOffset()1213 final AppBarLayout.LayoutParams childLp = (LayoutParams) child.getLayoutParams(); in updateAppBarLayoutDrawableState() local1214 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()