跳过导航链接
B C D G I O R S T 

B

BaseTitleBarStyle - com.hjq.bar.style中的类
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/11/27 desc : 默认主题样式基类
BaseTitleBarStyle(Context) - 类 的构造器com.hjq.bar.style.BaseTitleBarStyle
 

C

com.hjq.bar - 程序包 com.hjq.bar
 
com.hjq.bar.style - 程序包 com.hjq.bar.style
 

D

dp2px(float) - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
dp转px

G

getBackground() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getBackground() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getBackground() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getBackground() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getBackIcon() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getBackIcon() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getBackIcon() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getBackIcon() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getColor(int) - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getContext() - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getDrawable(int) - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getLeftBackground() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getLeftBackground() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getLeftBackground() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getLeftBackground() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getLeftColor() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getLeftColor() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getLeftColor() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getLeftColor() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getLeftSize() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getLeftSize() - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getLeftView() - 类 中的方法com.hjq.bar.TitleBar
获取左标题View对象
getLineDrawable() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getLineDrawable() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getLineDrawable() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getLineDrawable() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getLineSize() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getLineSize() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getLineSize() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getLineSize() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getLineView() - 类 中的方法com.hjq.bar.TitleBar
获取分割线View对象
getMainLayout() - 类 中的方法com.hjq.bar.TitleBar
获取主要的布局对象
getOnTitleBarListener() - 类 中的方法com.hjq.bar.TitleBar
获取点击监听器
getRightBackground() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getRightBackground() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getRightBackground() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getRightBackground() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getRightColor() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getRightColor() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getRightColor() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getRightColor() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getRightSize() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getRightSize() - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getRightView() - 类 中的方法com.hjq.bar.TitleBar
获取右标题View对象
getTitle() - 类 中的方法com.hjq.bar.TitleBar
获取标题
getTitleBarHeight() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getTitleBarHeight() - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getTitleColor() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getTitleColor() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
getTitleColor() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
getTitleColor() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
getTitleSize() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
getTitleSize() - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
 
getTitleView() - 类 中的方法com.hjq.bar.TitleBar
获取标题View对象

I

initStyle(ITitleBarStyle) - 类 中的静态方法com.hjq.bar.TitleBar
统一全局的TitleBar样式,建议在Application.onCreate()中初始化
isLineVisible() - 接口 中的方法com.hjq.bar.ITitleBarStyle
 
isLineVisible() - 类 中的方法com.hjq.bar.style.TitleBarLightStyle
 
isLineVisible() - 类 中的方法com.hjq.bar.style.TitleBarNightStyle
 
isLineVisible() - 类 中的方法com.hjq.bar.style.TitleBarTransparentStyle
 
ITitleBarStyle - com.hjq.bar中的接口
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/08/20 desc : 默认参数接口

O

onAttachedToWindow() - 类 中的方法com.hjq.bar.TitleBar
 
onClick(View) - 类 中的方法com.hjq.bar.TitleBar
View.OnClickListener
onDetachedFromWindow() - 类 中的方法com.hjq.bar.TitleBar
 
onLeftClick(View) - 接口 中的方法com.hjq.bar.OnTitleBarListener
左项被点击
onMeasure(int, int) - 类 中的方法com.hjq.bar.TitleBar
 
onRightClick(View) - 接口 中的方法com.hjq.bar.OnTitleBarListener
右项被点击
OnTitleBarListener - com.hjq.bar中的接口
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/08/20 desc : 标题栏点击监听接口
onTitleClick(View) - 接口 中的方法com.hjq.bar.OnTitleBarListener
标题被点击

R

run() - 类 中的方法com.hjq.bar.TitleBar
Runnable.run()

S

setLeftBackground(int) - 类 中的方法com.hjq.bar.TitleBar
设置左标题状态选择器
setLeftBackground(Drawable) - 类 中的方法com.hjq.bar.TitleBar
 
setLeftColor(int) - 类 中的方法com.hjq.bar.TitleBar
设置左标题颜色
setLeftIcon(int) - 类 中的方法com.hjq.bar.TitleBar
设置左边的图标
setLeftIcon(Drawable) - 类 中的方法com.hjq.bar.TitleBar
 
setLeftSize(int, float) - 类 中的方法com.hjq.bar.TitleBar
设置左标题的文本大小
setLeftTitle(int) - 类 中的方法com.hjq.bar.TitleBar
设置左边的标题
setLeftTitle(CharSequence) - 类 中的方法com.hjq.bar.TitleBar
 
setLineColor(int) - 类 中的方法com.hjq.bar.TitleBar
设置分割线的颜色
setLineDrawable(Drawable) - 类 中的方法com.hjq.bar.TitleBar
 
setLineSize(int) - 类 中的方法com.hjq.bar.TitleBar
设置分割线的大小
setLineVisible(boolean) - 类 中的方法com.hjq.bar.TitleBar
设置分割线是否显示
setOnTitleBarListener(OnTitleBarListener) - 类 中的方法com.hjq.bar.TitleBar
设置点击监听器
setRightBackground(int) - 类 中的方法com.hjq.bar.TitleBar
设置右标题状态选择器
setRightBackground(Drawable) - 类 中的方法com.hjq.bar.TitleBar
 
setRightColor(int) - 类 中的方法com.hjq.bar.TitleBar
设置右标题颜色
setRightIcon(int) - 类 中的方法com.hjq.bar.TitleBar
设置右边的图标
setRightIcon(Drawable) - 类 中的方法com.hjq.bar.TitleBar
 
setRightSize(int, float) - 类 中的方法com.hjq.bar.TitleBar
设置右标题的文本大小
setRightTitle(int) - 类 中的方法com.hjq.bar.TitleBar
设置右边的标题
setRightTitle(CharSequence) - 类 中的方法com.hjq.bar.TitleBar
 
setTitle(int) - 类 中的方法com.hjq.bar.TitleBar
设置标题
setTitle(CharSequence) - 类 中的方法com.hjq.bar.TitleBar
 
setTitleColor(int) - 类 中的方法com.hjq.bar.TitleBar
设置标题颜色
setTitleSize(int, float) - 类 中的方法com.hjq.bar.TitleBar
设置标题的文本大小
sp2px(float) - 类 中的方法com.hjq.bar.style.BaseTitleBarStyle
sp转px

T

TitleBar - com.hjq.bar中的类
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/08/17 desc : Android 通用标题栏
TitleBar(Context) - 类 的构造器com.hjq.bar.TitleBar
 
TitleBar(Context, AttributeSet) - 类 的构造器com.hjq.bar.TitleBar
 
TitleBar(Context, AttributeSet, int) - 类 的构造器com.hjq.bar.TitleBar
 
TitleBarLightStyle - com.hjq.bar.style中的类
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/08/20 desc : 默认日间主题样式实现(布局属性:app:bar_style="light")
TitleBarLightStyle(Context) - 类 的构造器com.hjq.bar.style.TitleBarLightStyle
 
TitleBarNightStyle - com.hjq.bar.style中的类
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/08/20 desc : 默认夜间主题样式实现(布局属性:app:bar_style="night")
TitleBarNightStyle(Context) - 类 的构造器com.hjq.bar.style.TitleBarNightStyle
 
TitleBarTransparentStyle - com.hjq.bar.style中的类
author : Android 轮子哥 github : https://github.com/getActivity/TitleBar time : 2018/08/20 desc : 默认透明主题样式实现(布局属性:app:bar_style="transparent")
TitleBarTransparentStyle(Context) - 类 的构造器com.hjq.bar.style.TitleBarTransparentStyle
 
B C D G I O R S T 
跳过导航链接