Home
last modified time | relevance | path

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

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