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