Home
last modified time | relevance | path

Searched refs:widthMultiplier (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java70 private float widthMultiplier; field in InterpolatingLayout.LayoutParams
113 widthMultiplier = (float) (wideWidth - narrowWidth) in LayoutParams()
115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier); in LayoutParams()
159 int w = (int) (parentSize * widthMultiplier) + widthConstant; in resolveWidth()