Searched refs:startMarginPercent (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java220 info.startMarginPercent = value;
370 public float startMarginPercent; field in class:PercentLayoutHelper.PercentLayoutInfo
387 startMarginPercent = -1f;
483 if (startMarginPercent >= 0) {
485 (int) (widthHint * startMarginPercent));
509 topMarginPercent, rightMarginPercent, bottomMarginPercent, startMarginPercent,

Completed in 37 milliseconds