Searched refs:widthMultiplier (Results 1 – 2 of 2) 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()
128 final float widthMultiplier = w / mDensity / BASE_WIDTH_DP; in onLayout() local130 final float durationMult = 0.3f * (widthMultiplier - 1) + 1; in onLayout()131 final float segmentMult = 0.1f * (widthMultiplier - 1) + 1; in onLayout()