-
- All Implemented Interfaces:
-
com.batch.android.messaging.view.percent.PercentLayoutHelper.PercentLayoutParams
public class PercentRelativeLayout.LayoutParams extends RelativeLayout.LayoutParams implements PercentLayoutHelper.PercentLayoutParams
-
-
Constructor Summary
Constructors Constructor Description PercentRelativeLayout.LayoutParams(int width, int height)PercentRelativeLayout.LayoutParams(ViewGroup.LayoutParams source)PercentRelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
-
Method Summary
Modifier and Type Method Description PercentLayoutHelper.PercentLayoutInfogetPercentLayoutInfo()-
Methods inherited from class android.widget.RelativeLayout.LayoutParams
addRule, debug, getRule, getRules, removeRule, resolveLayoutDirection -
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
getLayoutDirection, getMarginEnd, getMarginStart, isMarginRelative, setLayoutDirection, setMarginEnd, setMarginStart, setMargins -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PercentRelativeLayout.LayoutParams
PercentRelativeLayout.LayoutParams(int width, int height)
-
PercentRelativeLayout.LayoutParams
PercentRelativeLayout.LayoutParams(ViewGroup.LayoutParams source)
-
PercentRelativeLayout.LayoutParams
PercentRelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
-
-
Method Detail
-
getPercentLayoutInfo
PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()
-
-
-
-