Searched refs:narrowMarginLeft (Results 1 – 1 of 1) sorted by relevance
60 public int narrowMarginLeft; field in InterpolatingLayout.LayoutParams89 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()