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

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

Completed in 69 milliseconds