Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java59 public int narrowWidth; field in InterpolatingLayout.LayoutParams
87 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()