跳过导航链接
A B C G H I L N S T V 

A

addStatusBarView(Activity) - 类 中的静态方法com.chenyk.lutobarlib.widget.StatusBarView
添加状态栏
addStatusBarView(Activity, int) - 类 中的静态方法com.chenyk.lutobarlib.widget.StatusBarView
添加状态栏

B

BarConversionUtil - com.chenyk.lutobarlib.utils中的类
Created by chenyk on 2017/9/7.
BarConversionUtil() - 类 的构造器com.chenyk.lutobarlib.utils.BarConversionUtil
 
BarResUtil - com.chenyk.lutobarlib.utils中的类
Created by chenyk on 2017/9/7.
BarResUtil() - 类 的构造器com.chenyk.lutobarlib.utils.BarResUtil
 
BarViewUtil - com.chenyk.lutobarlib.utils中的类
Created by chenyk on 2017/9/7.
BarViewUtil() - 类 的构造器com.chenyk.lutobarlib.utils.BarViewUtil
 
build() - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
最后调用该方法,以上配置才可生效
Builder(Activity) - 类 中的静态方法com.chenyk.lutobarlib.LutoSystemBar
创建实例

C

calculateColorWithAlpha(int, int) - 类 中的静态方法com.chenyk.lutobarlib.utils.BarConversionUtil
calculate color
changeStatusColorForImageView - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
changeStatusColorForImageView() - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
图片侵入状态栏时,可修改状态栏颜色
com.chenyk.lutobarlib - 程序包 com.chenyk.lutobarlib
 
com.chenyk.lutobarlib.bean - 程序包 com.chenyk.lutobarlib.bean
 
com.chenyk.lutobarlib.enums - 程序包 com.chenyk.lutobarlib.enums
 
com.chenyk.lutobarlib.utils - 程序包 com.chenyk.lutobarlib.utils
 
com.chenyk.lutobarlib.widget - 程序包 com.chenyk.lutobarlib.widget
 

G

getCode() - 枚举 中的方法com.chenyk.lutobarlib.enums.StatusBarType
 
getColor(Activity, Object) - 类 中的静态方法com.chenyk.lutobarlib.utils.BarResUtil
 
getName() - 枚举 中的方法com.chenyk.lutobarlib.enums.StatusBarType
 
getName(int) - 枚举 中的静态方法com.chenyk.lutobarlib.enums.StatusBarType
获取对应名字
getStatusBarHeight(Activity) - 类 中的静态方法com.chenyk.lutobarlib.utils.BarViewUtil
获取状态栏高度
getString(Activity, Object) - 类 中的静态方法com.chenyk.lutobarlib.utils.BarResUtil
 

H

hideStatusBarView(Activity) - 类 中的静态方法com.chenyk.lutobarlib.widget.StatusBarView
隐藏状态栏

I

isTranslucentForImageView - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 

L

LutoSystemBar - com.chenyk.lutobarlib中的类
Created by chenyk on 2017/9/7.

N

navigationBarAlpha - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
navigationBarColor - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 

S

setNavigationBarAlpha(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
导航栏透明度设置
setNavigationBarColor(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
导航栏颜色设置
setNavigationBarColorRes(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
导航栏颜色设置
setStatusBarAlpha(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
状态栏透明度设置
setStatusBarColor(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
状态栏颜色设置
setStatusBarColorRes(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
状态栏颜色设置
setStatusBarType(StatusBarType) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
状态栏类型设置
setSystemBarAlpha(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
系统栏透明度设置
setSystemBarColor(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
系统栏颜色设置
setSystemBarColorRes(int) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
系统栏颜色设置
statusBarAlpha - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
statusBarColor - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
statusBarType - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
StatusBarType - com.chenyk.lutobarlib.enums中的枚举
Created by chenyk on 2017/9/7.
StatusBarView - com.chenyk.lutobarlib.widget中的类
Created by chenyk on 2017/9/7.
StatusBarView(Context) - 类 的构造器com.chenyk.lutobarlib.widget.StatusBarView
 
StatusBarView(Context, AttributeSet) - 类 的构造器com.chenyk.lutobarlib.widget.StatusBarView
 
systemBarAlpha - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
systemBarColor - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
SystemBarConfigBean - com.chenyk.lutobarlib.bean中的类
Created by chenyk on 2017/9/7.
SystemBarConfigBean() - 类 的构造器com.chenyk.lutobarlib.bean.SystemBarConfigBean
 

T

translucentForImageView(View) - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
为头部或背景为ImageView的页面设置状态栏或导航栏半透明效果
translucentNavigationBar - 类 中的变量com.chenyk.lutobarlib.bean.SystemBarConfigBean
 
translucentNavigationBar() - 类 中的方法com.chenyk.lutobarlib.LutoSystemBar
设置导航栏半透明效果

V

valueOf(String) - 枚举 中的静态方法com.chenyk.lutobarlib.enums.StatusBarType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.chenyk.lutobarlib.enums.StatusBarType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C G H I L N S T V 
跳过导航链接