Searched refs:narrowParentWidth (Results 1 – 1 of 1) sorted by relevance
58 public int narrowParentWidth; field in InterpolatingLayout.LayoutParams85 narrowParentWidth = a.getDimensionPixelSize( in LayoutParams()114 / (wideParentWidth - narrowParentWidth); in LayoutParams()115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier); in LayoutParams()120 / (wideParentWidth - narrowParentWidth); in LayoutParams()121 leftMarginConstant = (int) (narrowMarginLeft - narrowParentWidth in LayoutParams()127 / (wideParentWidth - narrowParentWidth); in LayoutParams()128 leftPaddingConstant = (int) (narrowPaddingLeft - narrowParentWidth in LayoutParams()134 / (wideParentWidth - narrowParentWidth); in LayoutParams()135 rightMarginConstant = (int) (narrowMarginRight - narrowParentWidth in LayoutParams()[all …]