A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Y 

B

B - enum entry in com.liecoder.framework.crop.Anchor

底部中点。

Background - enum entry in com.liecoder.framework.model.AppStatus

后台状态。

此状态表示应用程序不在当前活动的栈顶,用户不与之交互。在 Android 中,当应用程序的所有 Activity 都被覆盖或关闭时,该应用程序即处于后台状态。

backgroundColorSpan(TextView,String,IntRange,Integer) - function in com.liecoder.framework.ktx.TextViewSpanktxKt
设置 TextView 的背景颜色,并应用给定范围的 Span。
BannerManager - class in com.liecoder.framework.banner.manager
Banner管理类
BannerOptions - class in com.liecoder.framework.banner.options
Banner的配置参数
BannerOptions.Companion - class in com.liecoder.framework.banner.options.BannerOptions
 
BannerOptions.IndicatorMargin - class in com.liecoder.framework.banner.options.BannerOptions
 
BannerUtils - class in com.liecoder.framework.banner.utils
Banner工具类
BannerViewPager - class in com.liecoder.framework.banner
BannerViewPager
BannerViewPager.OnPageClickListener - class in com.liecoder.framework.banner.BannerViewPager
 
BaseActivity - class in com.liecoder.framework.base
基础活动类,提供通用的活动设置和功能。此类继承自 BasePermissionActivity,并实现了多个接口,以提供权限处理、生命周期观察、标题栏点击事件、键盘可见性事件等功能。
BaseApplication - class in com.liecoder.framework.application
基类应用程序,用于设置和管理应用程序的生命周期、环境和状态。继承自 Android 的 Application 类,实现了 IBuildTypeService 和 ISharedPreferencesService 接口, 以提供全局应用程序上下文、配置运行环境、检查当前运行状态、SharedPreferences 扩展功能和提示(Toast)工具。 这个类旨在作为任何自定义应用程序类的基类,以便在整个应用程序中保持一致的配置和行为。
BaseBannerAdapter - class in com.liecoder.framework.banner.base
BannerAdapter基类
BaseBannerAdapter.Companion - class in com.liecoder.framework.banner.base.BaseBannerAdapter
 
BaseDialog - class in com.liecoder.framework.dialog
Dialog基类封装提供通用的功能和方法,用于简化子类的开发。子类可以根据需要重写这些方法来实现自定义的行为Author: gaolei Date: 2023/11/10 周五 Version: 1.0 Contact: 1002304490@qq.
BaseDialog.AnimStyle - class in com.liecoder.framework.dialog.BaseDialog
Dialog 动画样式
BaseDialog.Builder - class in com.liecoder.framework.dialog.BaseDialog
 
BaseDialog.Builder.Companion - class in com.liecoder.framework.dialog.BaseDialog.Builder
 
BaseDialog.CancelListenerWrapper - class in com.liecoder.framework.dialog.BaseDialog
取消监听包装类
BaseDialog.Companion - class in com.liecoder.framework.dialog.BaseDialog
 
BaseDialog.DismissListenerWrapper - class in com.liecoder.framework.dialog.BaseDialog
销毁监听包装类
BaseDialog.OnCancelListener - class in com.liecoder.framework.dialog.BaseDialog
 
BaseDialog.OnClickListener - class in com.liecoder.framework.dialog.BaseDialog
 
BaseDialog.OnDismissListener - class in com.liecoder.framework.dialog.BaseDialog
 
BaseDialog.OnShowListener - class in com.liecoder.framework.dialog.BaseDialog
 
BaseDialog.ShowListenerWrapper - class in com.liecoder.framework.dialog.BaseDialog
显示监听包装类
BaseDialogFragment - class in com.liecoder.framework.dialog
Author: liecoder Date: 2024/6/21 周五 Version: 1.
BaseDialogFragment.Builder - class in com.liecoder.framework.dialog.BaseDialogFragment
 
BaseDialogFragment.Companion - class in com.liecoder.framework.dialog.BaseDialogFragment
 
BaseDrawer - class in com.liecoder.framework.banner.base
Drawer基类
BaseDrawer.Companion - class in com.liecoder.framework.banner.base.BaseDrawer
 
BaseDrawer.MeasureResult - class in com.liecoder.framework.banner.base.BaseDrawer
 
BaseFragment - class in com.liecoder.framework.base
 
BaseIndicatorView - class in com.liecoder.framework.banner.base
IndicatorView基类,处理了页面滑动。
BasePermissionActivity - class in com.liecoder.framework.base
基础权限活动类,提供了一套标准的方式来处理运行时权限请求。此类继承自 AppCompatActivity 并实现了 IPermissionService 接口和 ActivityResultCallback, 用于简化权限请求流程并提供统一的权限管理策略。
BaseViewBindingActivity - class in com.liecoder.framework.base
基础视图绑定活动类,提供 ViewBinding 支持。此类继承自 BaseActivity,并实现了 IViewBindingService 接口,用于简化使用 ViewBinding 的过程。 它使用泛型 VB 来指定具体的 ViewBinding 类型,以确保类型安全和编译时检查。
BaseViewBindingFragment - class in com.liecoder.framework.base
Author: liecoder Date: 2024/10/25 周五 Version: 1.
BaseViewHolder - class in com.liecoder.framework.banner.base
BaseViewHolder
BaseWindow - class in com.liecoder.framework.base
基础PopupWindow类,提供通用的PopupWindow视图和行为实现。此类继承自 BasePopupWindow 并实现了 IBaseWindowService 接口,用于创建和管理弹出PopupWindow。 它使用泛型 VB 来指定具体的 ViewBinding 类型,确保类型安全和编译时检查。
beating(T) - function in com.liecoder.framework.ktx.AnimatektxKt
Applies a beating animation to a view, making it move up and down.
bind(View) - function in com.liecoder.framework.databinding.LayoutTipsToastBinding
 
bind(View) - function in com.liecoder.framework.databinding.LayoutCommonDialogBinding
 
bind(View) - function in com.liecoder.framework.databinding.LayoutToastDialogBinding
 
bind(View) - function in com.liecoder.framework.databinding.LayoutLoadingDialogBinding
 
bindIsolatedService(Intent,Integer,String,Executor,ServiceConnection) - function in android.content.BaseApplication
 
bindIsolatedService(Intent,Integer,String,Executor,ServiceConnection) - function in android.content.BaseActivity
 
bindIsolatedService(Intent,Integer,String,Executor,ServiceConnection) - function in android.content.BasePermissionActivity
 
bindIsolatedService(Intent,Integer,String,Executor,ServiceConnection) - function in android.content.BaseViewBindingActivity
 
bindLifecycleOwner(LifecycleOwner) - function in razerdp.basepopup.BaseWindow
 
bindService(Intent,ServiceConnection,Integer) - function in android.content.BaseApplication
 
bindService(Intent,Integer,Executor,ServiceConnection) - function in android.content.BaseApplication
 
bindService(Intent,ServiceConnection,Integer) - function in android.content.BaseActivity
 
bindService(Intent,Integer,Executor,ServiceConnection) - function in android.content.BaseActivity
 
bindService(Intent,ServiceConnection,Integer) - function in android.content.BasePermissionActivity
 
bindService(Intent,Integer,Executor,ServiceConnection) - function in android.content.BasePermissionActivity
 
bindService(Intent,ServiceConnection,Integer) - function in android.content.BaseViewBindingActivity
 
bindService(Intent,Integer,Executor,ServiceConnection) - function in android.content.BaseViewBindingActivity
 
bindServiceAsUser(Intent,ServiceConnection,Integer,UserHandle) - function in android.content.BaseApplication
 
bindServiceAsUser(Intent,ServiceConnection,Integer,UserHandle) - function in android.content.BaseActivity
 
bindServiceAsUser(Intent,ServiceConnection,Integer,UserHandle) - function in android.content.BasePermissionActivity
 
bindServiceAsUser(Intent,ServiceConnection,Integer,UserHandle) - function in android.content.BaseViewBindingActivity
 
bindViewHolder(H,Integer) - function in androidx.recyclerview.widget.BaseBannerAdapter
 
BLUETOOTH - enum entry in com.liecoder.framework.model.Permission
 
BLUETOOTH_ADMIN - enum entry in com.liecoder.framework.model.Permission
 
BODY_SENSORS - enum entry in com.liecoder.framework.model.Permission
 
bold(TextView) - function in com.liecoder.framework.ktx.TextViewKtxKt
使 TextView 的文本显示为粗体样式。此函数通过设置 paint 的 isFakeBoldText 属性为 true 来模拟粗体效果,不改变原始字体的样式。
bottomRadius(T,Integer) - function in com.liecoder.framework.ktx.ShapeKtxKt
设置视图底部圆角。此扩展函数为任意视图提供了设置底部圆角的功能。如果指定的圆角大小为0,则不应用圆角效果;否则,将视图底部的轮廓设置为圆角。
bringChildToFront(View) - function in android.view.BannerViewPager
 
bringChildToFront(View) - function in android.view.TitleBar
 
bringToFront() - function in android.view.BannerViewPager
 
bringToFront() - function in android.view.BaseIndicatorView
 
bringToFront() - function in android.view.DrawableIndicator
 
bringToFront() - function in android.view.IndicatorView
 
bringToFront() - function in android.view.CropWindowView
 
bringToFront() - function in android.view.TitleBar
 
bringToFront() - function in android.view.StatusBarUtils.StatusBarView
 
build() - function in com.liecoder.framework.titlebar.SelectorDrawable.Builder
构建并返回一个配置好的 SelectorDrawable 对象。
buildDrawingCache() - function in android.view.BannerViewPager
 
buildDrawingCache(Boolean) - function in android.view.BannerViewPager
 
buildDrawingCache() - function in android.view.BaseIndicatorView
 
buildDrawingCache(Boolean) - function in android.view.BaseIndicatorView
 
buildDrawingCache() - function in android.view.DrawableIndicator
 
buildDrawingCache(Boolean) - function in android.view.DrawableIndicator
 
buildDrawingCache() - function in android.view.IndicatorView
 
buildDrawingCache(Boolean) - function in android.view.IndicatorView
 
buildDrawingCache() - function in android.view.CropWindowView
 
buildDrawingCache(Boolean) - function in android.view.CropWindowView
 
buildDrawingCache() - function in android.view.TitleBar
 
buildDrawingCache(Boolean) - function in android.view.TitleBar
 
buildDrawingCache() - function in android.view.StatusBarUtils.StatusBarView
 
buildDrawingCache(Boolean) - function in android.view.StatusBarUtils.StatusBarView
 
builder() - function in com.liecoder.framework.titlebar.SelectorDrawable.Companion
创建 SelectorDrawable 的构建器实例。
buildLayer() - function in android.view.BannerViewPager
 
buildLayer() - function in android.view.BaseIndicatorView
 
buildLayer() - function in android.view.DrawableIndicator
 
buildLayer() - function in android.view.IndicatorView
 
buildLayer() - function in android.view.CropWindowView
 
buildLayer() - function in android.view.TitleBar
 
buildLayer() - function in android.view.StatusBarUtils.StatusBarView
 
BuildType - class in com.liecoder.framework.model
构建类型枚举,用于标识应用程序的不同构建环境。此枚举类定义了应用程序可能用于的不同构建环境,每种环境都有其特定的配置和行为。
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Y