Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java58 public int narrowParentWidth; field in InterpolatingLayout.LayoutParams
85 narrowParentWidth = a.getDimensionPixelSize( in LayoutParams()
114 / (wideParentWidth - narrowParentWidth); in LayoutParams()
115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier); in LayoutParams()
120 / (wideParentWidth - narrowParentWidth); in LayoutParams()
121 leftMarginConstant = (int) (narrowMarginLeft - narrowParentWidth in LayoutParams()
127 / (wideParentWidth - narrowParentWidth); in LayoutParams()
128 leftPaddingConstant = (int) (narrowPaddingLeft - narrowParentWidth in LayoutParams()
134 / (wideParentWidth - narrowParentWidth); in LayoutParams()
135 rightMarginConstant = (int) (narrowMarginRight - narrowParentWidth in LayoutParams()
[all …]