A B C D E F G H I L M O P S T U W 

A

addAttr(AutoAttr) - 类 中的方法com.zhy.autolayout.AutoLayoutInfo
 
adjustChildren() - 类 中的方法com.zhy.autolayout.utils.AutoLayoutHelper
 
apply(View) - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
apply(View) - 类 中的方法com.zhy.autolayout.attr.MarginAttr
 
apply(View) - 类 中的方法com.zhy.autolayout.attr.PaddingAttr
 
Attrs - com.zhy.autolayout.attr中的接口
Created by zhy on 15/12/5.
attrVal() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.HeightAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MarginAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MarginBottomAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MarginLeftAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MarginRightAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MarginTopAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MaxHeightAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MaxWidthAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MinHeightAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.MinWidthAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.PaddingAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.PaddingBottomAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.PaddingLeftAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.PaddingRightAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.PaddingTopAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.TextSizeAttr
 
attrVal() - 类 中的方法com.zhy.autolayout.attr.WidthAttr
 
auto(View) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
会直接将view的LayoutParams上设置的width,height直接进行百分比处理
auto(View, int, int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
AutoAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/4.
AutoAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.AutoAttr
 
autoed(View) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
AutoFrameLayout - com.zhy.autolayout中的类
 
AutoFrameLayout(Context) - 类 的构造器com.zhy.autolayout.AutoFrameLayout
 
AutoFrameLayout(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.AutoFrameLayout
 
AutoFrameLayout(Context, AttributeSet, int) - 类 的构造器com.zhy.autolayout.AutoFrameLayout
 
AutoFrameLayout(Context, AttributeSet, int, int) - 类 的构造器com.zhy.autolayout.AutoFrameLayout
 
AutoFrameLayout.LayoutParams - com.zhy.autolayout中的类
 
AutoFrameLayout.LayoutParams(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoFrameLayout.LayoutParams(int, int) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoFrameLayout.LayoutParams(int, int, int) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoFrameLayout.LayoutParams(ViewGroup.LayoutParams) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoFrameLayout.LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoFrameLayout.LayoutParams(FrameLayout.LayoutParams) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoFrameLayout.LayoutParams(AutoFrameLayout.LayoutParams) - 类 的构造器com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
AutoLayoutActivity - com.zhy.autolayout中的类
Created by zhy on 15/11/19.
AutoLayoutActivity() - 类 的构造器com.zhy.autolayout.AutoLayoutActivity
 
AutoLayoutConifg - com.zhy.autolayout.config中的类
Created by zhy on 15/11/18.
AutoLayoutHelper - com.zhy.autolayout.utils中的类
 
AutoLayoutHelper(ViewGroup) - 类 的构造器com.zhy.autolayout.utils.AutoLayoutHelper
 
AutoLayoutHelper.AutoLayoutParams - com.zhy.autolayout.utils中的接口
 
AutoLayoutInfo - com.zhy.autolayout中的类
 
AutoLayoutInfo() - 类 的构造器com.zhy.autolayout.AutoLayoutInfo
 
AutoLinearLayout - com.zhy.autolayout中的类
Created by zhy on 15/6/30.
AutoLinearLayout(Context) - 类 的构造器com.zhy.autolayout.AutoLinearLayout
 
AutoLinearLayout(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.AutoLinearLayout
 
AutoLinearLayout(Context, AttributeSet, int) - 类 的构造器com.zhy.autolayout.AutoLinearLayout
 
AutoLinearLayout(Context, AttributeSet, int, int) - 类 的构造器com.zhy.autolayout.AutoLinearLayout
 
AutoLinearLayout.LayoutParams - com.zhy.autolayout中的类
 
AutoLinearLayout.LayoutParams(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.AutoLinearLayout.LayoutParams
 
AutoLinearLayout.LayoutParams(int, int) - 类 的构造器com.zhy.autolayout.AutoLinearLayout.LayoutParams
 
AutoLinearLayout.LayoutParams(ViewGroup.LayoutParams) - 类 的构造器com.zhy.autolayout.AutoLinearLayout.LayoutParams
 
AutoLinearLayout.LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器com.zhy.autolayout.AutoLinearLayout.LayoutParams
 
autoMargin(View) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
autoMargin(View, int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
autoPadding(View) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
autoPadding(View, int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
AutoRelativeLayout - com.zhy.autolayout中的类
 
AutoRelativeLayout(Context) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout
 
AutoRelativeLayout(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout
 
AutoRelativeLayout(Context, AttributeSet, int) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout
 
AutoRelativeLayout(Context, AttributeSet, int, int) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout
 
AutoRelativeLayout.LayoutParams - com.zhy.autolayout中的类
 
AutoRelativeLayout.LayoutParams(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout.LayoutParams
 
AutoRelativeLayout.LayoutParams(int, int) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout.LayoutParams
 
AutoRelativeLayout.LayoutParams(ViewGroup.LayoutParams) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout.LayoutParams
 
AutoRelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器com.zhy.autolayout.AutoRelativeLayout.LayoutParams
 
autoSize(View) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
autoSize(View, int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
autoTextSize(View) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
autoTextSize(View, int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
AutoUtils - com.zhy.autolayout.utils中的类
Created by zhy on 15/12/4.
AutoUtils() - 类 的构造器com.zhy.autolayout.utils.AutoUtils
 

B

BASE_DEFAULT - 类 中的静态变量com.zhy.autolayout.attr.AutoAttr
 
BASE_HEIGHT - 类 中的静态变量com.zhy.autolayout.attr.AutoAttr
 
BASE_WIDTH - 类 中的静态变量com.zhy.autolayout.attr.AutoAttr
 
baseHeight - 类 中的变量com.zhy.autolayout.attr.AutoAttr
 
baseWidth - 类 中的变量com.zhy.autolayout.attr.AutoAttr
 
baseWidth() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 

C

checkParams() - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
com.zhy.autolayout - 程序包 com.zhy.autolayout
 
com.zhy.autolayout.attr - 程序包 com.zhy.autolayout.attr
 
com.zhy.autolayout.config - 程序包 com.zhy.autolayout.config
 
com.zhy.autolayout.utils - 程序包 com.zhy.autolayout.utils
 
com.zhy.autolayout.widget - 程序包 com.zhy.autolayout.widget
 
contains(int, int) - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 

D

debug - 类 中的静态变量com.zhy.autolayout.utils.L
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.HeightAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MarginAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MarginBottomAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MarginLeftAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MarginRightAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MarginTopAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MaxHeightAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MaxWidthAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MinHeightAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.MinWidthAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.PaddingAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.PaddingBottomAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.PaddingLeftAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.PaddingRightAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.PaddingTopAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.TextSizeAttr
 
defaultBaseWidth() - 类 中的方法com.zhy.autolayout.attr.WidthAttr
 
DimenUtils - com.zhy.autolayout.utils中的类
Created by zhy on 16/3/3.
DimenUtils() - 类 的构造器com.zhy.autolayout.utils.DimenUtils
 

E

e(String) - 类 中的静态方法com.zhy.autolayout.utils.L
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.HeightAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MarginAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MarginBottomAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MarginLeftAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MarginRightAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MarginTopAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MaxHeightAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MaxWidthAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MinHeightAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.MinWidthAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.PaddingAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.PaddingBottomAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.PaddingLeftAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.PaddingRightAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.PaddingTopAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.TextSizeAttr
 
execute(View, int) - 类 中的方法com.zhy.autolayout.attr.WidthAttr
 

F

fillAttrs(View) - 类 中的方法com.zhy.autolayout.AutoLayoutInfo
 

G

generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.HeightAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MarginBottomAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MarginLeftAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MarginRightAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MarginTopAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MaxHeightAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MaxWidthAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MinHeightAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.MinWidthAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.PaddingBottomAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.PaddingLeftAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.PaddingRightAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.PaddingTopAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.TextSizeAttr
 
generate(int, int) - 类 中的静态方法com.zhy.autolayout.attr.WidthAttr
 
generateLayoutParams(AttributeSet) - 类 中的方法com.zhy.autolayout.AutoFrameLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法com.zhy.autolayout.AutoLinearLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法com.zhy.autolayout.AutoRelativeLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法com.zhy.autolayout.widget.MetroLayout
 
getAttrFromView(View, int, int) - 类 中的静态方法com.zhy.autolayout.AutoLayoutInfo
 
getAutoLayoutInfo() - 类 中的方法com.zhy.autolayout.AutoFrameLayout.LayoutParams
 
getAutoLayoutInfo() - 类 中的方法com.zhy.autolayout.AutoLinearLayout.LayoutParams
 
getAutoLayoutInfo() - 类 中的方法com.zhy.autolayout.AutoRelativeLayout.LayoutParams
 
getAutoLayoutInfo() - 接口 中的方法com.zhy.autolayout.utils.AutoLayoutHelper.AutoLayoutParams
 
getAutoLayoutInfo(Context, AttributeSet) - 类 中的静态方法com.zhy.autolayout.utils.AutoLayoutHelper
 
getAutoLayoutInfo() - 类 中的方法com.zhy.autolayout.widget.MetroLayout.LayoutParams
 
getDesignHeight() - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
getDesignWidth() - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
getInstance() - 类 中的静态方法com.zhy.autolayout.config.AutoLayoutConifg
 
getMaxHeight(View) - 类 中的静态方法com.zhy.autolayout.attr.MaxHeightAttr
 
getMaxWidth(View) - 类 中的静态方法com.zhy.autolayout.attr.MaxWidthAttr
 
getMinHeight(View) - 类 中的静态方法com.zhy.autolayout.attr.MinHeightAttr
 
getMinWidth(View) - 类 中的静态方法com.zhy.autolayout.attr.MinWidthAttr
 
getPercentHeight1px() - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
getPercentHeightSize() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
getPercentHeightSize(int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
getPercentHeightSizeBigger(int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
getPercentWidth1px() - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
getPercentWidthSize() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
getPercentWidthSize(int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
getPercentWidthSizeBigger(int) - 类 中的静态方法com.zhy.autolayout.utils.AutoUtils
 
getScreenHeight() - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
getScreenSize(Context, boolean) - 类 中的静态方法com.zhy.autolayout.utils.ScreenUtils
 
getScreenWidth() - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
getStatusBarHeight(Context) - 类 中的静态方法com.zhy.autolayout.utils.ScreenUtils
 

H

HEIGHT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
HeightAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
HeightAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.HeightAttr
 

I

init(Context) - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
isPxVal(TypedValue) - 类 中的静态方法com.zhy.autolayout.utils.DimenUtils
 

L

L - com.zhy.autolayout.utils中的类
Created by zhy on 15/11/18.
L() - 类 的构造器com.zhy.autolayout.utils.L
 

M

MARGIN - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MARGIN_BOTTOM - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MARGIN_LEFT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MARGIN_RIGHT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MARGIN_TOP - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MarginAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
MarginAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MarginAttr
 
MarginBottomAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
MarginBottomAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MarginBottomAttr
 
MarginLeftAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
MarginLeftAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MarginLeftAttr
 
MarginRightAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
MarginRightAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MarginRightAttr
 
MarginTopAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
MarginTopAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MarginTopAttr
 
MAX_HEIGHT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MAX_WIDTH - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MaxHeightAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/24.
MaxHeightAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MaxHeightAttr
 
MaxWidthAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/24.
MaxWidthAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MaxWidthAttr
 
MetroLayout - com.zhy.autolayout.widget中的类
Created by zhy on 15/12/10.
MetroLayout(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.widget.MetroLayout
 
MetroLayout.LayoutParams - com.zhy.autolayout.widget中的类
 
MetroLayout.LayoutParams(Context, AttributeSet) - 类 的构造器com.zhy.autolayout.widget.MetroLayout.LayoutParams
 
MetroLayout.LayoutParams(int, int) - 类 的构造器com.zhy.autolayout.widget.MetroLayout.LayoutParams
 
MetroLayout.LayoutParams(ViewGroup.LayoutParams) - 类 的构造器com.zhy.autolayout.widget.MetroLayout.LayoutParams
 
MetroLayout.LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器com.zhy.autolayout.widget.MetroLayout.LayoutParams
 
MetroLayout.LayoutParams(MetroLayout.LayoutParams) - 类 的构造器com.zhy.autolayout.widget.MetroLayout.LayoutParams
 
MIN_HEIGHT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MIN_WIDTH - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
MinHeightAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/24.
MinHeightAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MinHeightAttr
 
MinWidthAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/24.
MinWidthAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.MinWidthAttr
 

O

onCreateView(String, Context, AttributeSet) - 类 中的方法com.zhy.autolayout.AutoLayoutActivity
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.zhy.autolayout.AutoFrameLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.zhy.autolayout.AutoLinearLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.zhy.autolayout.AutoRelativeLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.zhy.autolayout.widget.MetroLayout
 
onMeasure(int, int) - 类 中的方法com.zhy.autolayout.AutoFrameLayout
 
onMeasure(int, int) - 类 中的方法com.zhy.autolayout.AutoLinearLayout
 
onMeasure(int, int) - 类 中的方法com.zhy.autolayout.AutoRelativeLayout
 
onMeasure(int, int) - 类 中的方法com.zhy.autolayout.widget.MetroLayout
 

P

PADDING - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
PADDING_BOTTOM - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
PADDING_LEFT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
PADDING_RIGHT - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
PADDING_TOP - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
PaddingAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
PaddingAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.PaddingAttr
 
PaddingBottomAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
PaddingBottomAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.PaddingBottomAttr
 
PaddingLeftAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
PaddingLeftAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.PaddingLeftAttr
 
PaddingRightAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
PaddingRightAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.PaddingRightAttr
 
PaddingTopAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
PaddingTopAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.PaddingTopAttr
 
pxVal - 类 中的变量com.zhy.autolayout.attr.AutoAttr
 

S

ScreenUtils - com.zhy.autolayout.utils中的类
Created by zhy on 15/12/4.
ScreenUtils() - 类 的构造器com.zhy.autolayout.utils.ScreenUtils
 

T

TEXTSIZE - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
TextSizeAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/4.
TextSizeAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.TextSizeAttr
 
toString() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
toString() - 类 中的方法com.zhy.autolayout.AutoLayoutInfo
 

U

useDefault() - 类 中的方法com.zhy.autolayout.attr.AutoAttr
 
useDeviceSize() - 类 中的方法com.zhy.autolayout.config.AutoLayoutConifg
 
UseLandscape - com.zhy.autolayout.config中的接口
Created by zhy on 15/12/5.

W

WIDTH - 接口 中的静态变量com.zhy.autolayout.attr.Attrs
 
WidthAttr - com.zhy.autolayout.attr中的类
Created by zhy on 15/12/5.
WidthAttr(int, int, int) - 类 的构造器com.zhy.autolayout.attr.WidthAttr
 
A B C D E F G H I L M O P S T U W