Searched refs:widthMultiplier (Results 1 – 1 of 1) sorted by relevance
70 private float widthMultiplier; field in InterpolatingLayout.LayoutParams113 widthMultiplier = (float) (wideWidth - narrowWidth) in LayoutParams()115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier); in LayoutParams()159 int w = (int) (parentSize * widthMultiplier) + widthConstant; in resolveWidth()