Searched refs:narrowWidth (Results 1 – 1 of 1) sorted by relevance
59 public int narrowWidth; field in InterpolatingLayout.LayoutParams87 narrowWidth = a.getDimensionPixelSize( in LayoutParams()112 if (narrowWidth != -1) { in LayoutParams()113 widthMultiplier = (float) (wideWidth - narrowWidth) in LayoutParams()115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier); in LayoutParams()156 if (narrowWidth == -1) { in resolveWidth()