com.zhy.autolayout.utils.AutoLayoutHelper Java Examples
The following examples show how to use
com.zhy.autolayout.utils.AutoLayoutHelper.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AutoToolbar.java From MVPArms with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); this.mDimenLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #2
Source File: MetroLayout.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #3
Source File: AutoFrameLayout.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #4
Source File: AutoRelativeLayout.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #5
Source File: AutoLinearLayout.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #6
Source File: AutoTableLayout.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #7
Source File: AutoRadioGroup.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #8
Source File: AutoTableRow.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #9
Source File: AutoToolbar.java From AndroidAutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); this.mDimenLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #10
Source File: AutoScrollView.java From MVPArms with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #11
Source File: AutoCollapsingToolbarLayout.java From MVPArms with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #12
Source File: AutoAppBarLayout.java From MVPArms with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #13
Source File: AutoRadioGroup.java From MVPArms with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #14
Source File: AutoToolbar.java From Aurora with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #15
Source File: MetroLayout.java From AutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #16
Source File: AutoFrameLayout.java From AutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #17
Source File: AutoRelativeLayout.java From AutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #18
Source File: AutoLinearLayout.java From AutoLayout with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #19
Source File: AutoToolbar.java From LQRWeChat with MIT License | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); this.mDimenLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #20
Source File: AutoDrawerLayout.java From LQRBiliBlili with MIT License | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #21
Source File: AutoCardView.java From LQRBiliBlili with MIT License | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #22
Source File: AutoSlidingTabLayout.java From LQRBiliBlili with MIT License | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #23
Source File: AutoScrollView.java From Aurora with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #24
Source File: AutoCollapsingToolbarLayout.java From Aurora with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }
Example #25
Source File: AutoAppBarLayout.java From Aurora with Apache License 2.0 | 4 votes |
public LayoutParams(Context c, AttributeSet attrs) { super(c, attrs); mAutoLayoutInfo = AutoLayoutHelper.getAutoLayoutInfo(c, attrs); }