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

/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java225 info.bottomMarginPercent = value;
261 info.bottomMarginPercent = value;
420 public float bottomMarginPercent; field in class:PercentLayoutHelper.PercentLayoutInfo
439 bottomMarginPercent = -1f;
532 if (bottomMarginPercent >= 0) {
533 params.bottomMargin = Math.round(heightHint * bottomMarginPercent);
562 topMarginPercent, rightMarginPercent, bottomMarginPercent, startMarginPercent,

Completed in 43 milliseconds