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

/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java78 private final PercentLayoutHelper mHelper = new PercentLayoutHelper(this);
118 implements PercentLayoutHelper.PercentLayoutParams {
119 private PercentLayoutHelper.PercentLayoutInfo mPercentLayoutInfo;
123 mPercentLayoutInfo = PercentLayoutHelper.getPercentLayoutInfo(c, attrs);
153 public PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo() {
155 mPercentLayoutInfo = new PercentLayoutHelper.PercentLayoutInfo();
163 PercentLayoutHelper.fetchWidthAndHeight(this, a, widthAttr, heightAttr);
H A DPercentLayoutHelper.java40 * {@link android.support.percent.PercentLayoutHelper.PercentLayoutParams}.
42 * of {@link PercentLayoutHelper.PercentLayoutInfo} by calling
43 * {@link PercentLayoutHelper#getPercentLayoutInfo(Context, AttributeSet)}. Return this
44 * object from {@code public PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()}
45 * method that you implemented for {@link android.support.percent.PercentLayoutHelper.PercentLayoutParams} interface.
48 * with a single line implementation {@code PercentLayoutHelper.fetchWidthAndHeight(this, a,
73 public class PercentLayoutHelper { class
81 public PercentLayoutHelper(@NonNull ViewGroup host) { method in class:PercentLayoutHelper
251 * {@link PercentLayoutHelper#adjustChildren(int, int)}.
517 * {@link PercentLayoutHelper
[all...]
H A DPercentRelativeLayout.java78 private final PercentLayoutHelper mHelper = new PercentLayoutHelper(this);
118 implements PercentLayoutHelper.PercentLayoutParams {
119 private PercentLayoutHelper.PercentLayoutInfo mPercentLayoutInfo;
123 mPercentLayoutInfo = PercentLayoutHelper.getPercentLayoutInfo(c, attrs);
139 public PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo() {
141 mPercentLayoutInfo = new PercentLayoutHelper.PercentLayoutInfo();
149 PercentLayoutHelper.fetchWidthAndHeight(this, a, widthAttr, heightAttr);

Completed in 44 milliseconds