Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java60 public int narrowMarginLeft; field in InterpolatingLayout.LayoutParams
89 narrowMarginLeft = a.getDimensionPixelSize( in LayoutParams()
118 if (narrowMarginLeft != -1) { in LayoutParams()
119 leftMarginMultiplier = (float) (wideMarginLeft - narrowMarginLeft) in LayoutParams()
121 leftMarginConstant = (int) (narrowMarginLeft - narrowParentWidth in LayoutParams()
165 if (narrowMarginLeft == -1) { in resolveLeftMargin()