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

I

i(Object,String) - function in com.liecoder.framework.ktx.LoggerKtxKt
Prints an info log with the provided message.
IAppStatusService - class in com.liecoder.framework.service
应用程序状态服务接口,用于监听和响应应用程序状态的变化。实现此接口的类将能够接收到应用程序状态变化的通知,例如从后台变为前台或从前台变为后台。 这可以用于执行状态变化相关的逻辑,如更新用户界面、管理资源或处理后台任务。
IBaseService - class in com.liecoder.framework.base
基础服务接口,提供一组标准方法来简化活动(Activity)的初始化和状态管理。实现此接口的类将负责执行与设置内容视图、初始化、视图设置、数据加载、状态栏配置、加载指示器控制、 消息提示等相关的基本操作。这些方法旨在作为应用程序中所有活动的基础实现。
IBaseWindowService - class in com.liecoder.framework.base
基础 PopupWindow服务接口,定义了管理和控制PopupWindow视图显示的通用方法。此接口提供了一套标准方法,用于初始化视图、更新视图内容、显示和隐藏PopupWindow,以及定义PopupWindow的动画效果。 实现此接口的类应负责PopupWindow视图的生命周期和行为。
IBuildTypeService - class in com.liecoder.framework.service
构建类型服务接口,用于提供当前应用程序的构建类型信息。此接口定义了一个方法,用于获取应用程序的当前构建类型。实现此接口的类应该能够确定并提供应用程序的构建环境, 例如开发环境、测试环境或生产环境。
ICropWindowChangeLister - class in com.liecoder.framework.crop
裁剪窗口服务接口,用于处理裁剪窗口的移动和比例变化事件。
IDragService - class in com.liecoder.framework.drag
Author: liecoder Date: 2024/8/13 周二 Version: 1.
IDrawer - class in com.liecoder.framework.banner.drawer
IDrawer
ignoreView(View) - function in androidx.recyclerview.widget.ScrollDurationManger
 
IIndicator - class in com.liecoder.framework.banner.indicator
IIndicator
IItemTouchHelperAdapterService - class in com.liecoder.framework.drag
Author: liecoder Date: 2024/8/13 周二 Version: 1.
indexOfChild(View) - function in android.view.BannerViewPager
 
indexOfChild(View) - function in android.view.TitleBar
 
IndicatorGravity - class in com.liecoder.framework.banner.mode
指示器位置
IndicatorOptions - class in com.liecoder.framework.banner.options
Indicator的配置参数
IndicatorOrientation - class in com.liecoder.framework.banner.mode
指示器方向
IndicatorOrientation.Companion - class in com.liecoder.framework.banner.mode.IndicatorOrientation
 
IndicatorSlideMode - class in com.liecoder.framework.banner.mode
指示器滑动方式
IndicatorSlideMode.Companion - class in com.liecoder.framework.banner.mode.IndicatorSlideMode
 
IndicatorStyle - class in com.liecoder.framework.banner.mode
指示器样式
IndicatorStyle.Companion - class in com.liecoder.framework.banner.mode.IndicatorStyle
 
IndicatorUtils - class in com.liecoder.framework.banner.utils
指示器工具类
IndicatorView - class in com.liecoder.framework.banner.indicator
The Indicator in BannerViewPager,this include three indicator styles,as below: com.sum.banner.mode.IndicatorStyle.
inflate(LayoutInflater) - function in com.liecoder.framework.databinding.LayoutTipsToastBinding
 
inflate(LayoutInflater,ViewGroup,boolean) - function in com.liecoder.framework.databinding.LayoutTipsToastBinding
 
inflate(LayoutInflater) - function in com.liecoder.framework.databinding.LayoutCommonDialogBinding
 
inflate(LayoutInflater,ViewGroup,boolean) - function in com.liecoder.framework.databinding.LayoutCommonDialogBinding
 
inflate(LayoutInflater) - function in com.liecoder.framework.databinding.LayoutToastDialogBinding
 
inflate(LayoutInflater,ViewGroup,boolean) - function in com.liecoder.framework.databinding.LayoutToastDialogBinding
 
inflate(LayoutInflater) - function in com.liecoder.framework.databinding.LayoutLoadingDialogBinding
 
inflate(LayoutInflater,ViewGroup,boolean) - function in com.liecoder.framework.databinding.LayoutLoadingDialogBinding
 
inflate(Resources,XmlPullParser,AttributeSet,Resources.Theme) - function in android.graphics.drawable.SelectorDrawable
 
inflate(Resources,XmlPullParser,AttributeSet) - function in android.graphics.drawable.SelectorDrawable
 
info(CharSequence) - function in com.liecoder.framework.base.BaseActivity
显示信息吐司消息。
info(CharSequence) - function in com.liecoder.framework.base.BaseFragment
显示信息吐司消息。
info(CharSequence) - function in com.liecoder.framework.base.BaseViewBindingActivity
显示信息吐司消息。
info(CharSequence) - function in com.liecoder.framework.base.IBaseService
显示信息吐司消息。
info(CharSequence) - function in com.liecoder.framework.toast.TipsToast
 
INFO - enum entry in com.liecoder.framework.toast.ToastStyle
 
InfoImpl - class in com.liecoder.framework.toast
Author: lieco(liecoder@163.com) Date: 2024/8/19 Version: 1.
init(Context,AttributeSet) - function in com.liecoder.framework.banner.controller.AttributeController
 
init() - function in com.liecoder.framework.base.BaseActivity
初始化方法。在这个方法中,应执行所有必要的初始化操作,如依赖注入或初始状态设置。
init() - function in com.liecoder.framework.base.BaseFragment
初始化方法。在这个方法中,应执行所有必要的初始化操作,如依赖注入或初始状态设置。
init() - function in com.liecoder.framework.base.BaseViewBindingActivity
初始化方法。在这个方法中,应执行所有必要的初始化操作,如依赖注入或初始状态设置。
init() - function in com.liecoder.framework.base.IBaseService
初始化方法。在这个方法中,应执行所有必要的初始化操作,如依赖注入或初始状态设置。
init(Application,BuildType) - function in com.liecoder.framework.global.AppHelper
初始化应用程序助手。
init(Application) - function in com.liecoder.framework.manager.DeviceInfoManager
 
init(Application) - function in com.liecoder.framework.toast.TipsToast
 
initAttrs(Context,AttributeSet,IndicatorOptions) - function in com.liecoder.framework.banner.controller.AttrsController
 
initAttrs(Context,AttributeSet) - function in com.liecoder.framework.banner.manager.BannerManager
 
initState() - function in androidx.fragment.app.BaseFragment
 
initState() - function in androidx.fragment.app.BaseDialogFragment
 
initView() - function in com.liecoder.framework.base.BaseWindow
初始化PopupWindow视图的方法。在这个方法中,应执行所有必要的步骤来初始化PopupWindow视图,例如设置布局、绑定数据和配置视图组件。
initView(View) - function in razerdp.basepopup.BaseWindow
 
initView() - function in com.liecoder.framework.base.IBaseWindowService
初始化PopupWindow视图的方法。在这个方法中,应执行所有必要的步骤来初始化PopupWindow视图,例如设置布局、绑定数据和配置视图组件。
INTERNET - enum entry in com.liecoder.framework.model.Permission
 
interpolateOutOfBoundsScroll(RecyclerView,Integer,Integer,Integer,Long) - function in androidx.recyclerview.widget.ItemTouchHelperCallback
 
invalidate(Rect) - function in android.view.BannerViewPager
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.BannerViewPager
 
invalidate() - function in android.view.BannerViewPager
 
invalidate(Rect) - function in android.view.BaseIndicatorView
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.BaseIndicatorView
 
invalidate() - function in android.view.BaseIndicatorView
 
invalidate(Rect) - function in android.view.DrawableIndicator
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.DrawableIndicator
 
invalidate() - function in android.view.DrawableIndicator
 
invalidate(Rect) - function in android.view.IndicatorView
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.IndicatorView
 
invalidate() - function in android.view.IndicatorView
 
invalidate(Rect) - function in android.view.CropWindowView
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.CropWindowView
 
invalidate() - function in android.view.CropWindowView
 
invalidate(Rect) - function in android.view.TitleBar
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.TitleBar
 
invalidate() - function in android.view.TitleBar
 
invalidate(Rect) - function in android.view.StatusBarUtils.StatusBarView
 
invalidate(Integer,Integer,Integer,Integer) - function in android.view.StatusBarUtils.StatusBarView
 
invalidate() - function in android.view.StatusBarUtils.StatusBarView
 
invalidateChild(View,Rect) - function in android.view.BannerViewPager
 
invalidateChild(View,Rect) - function in android.view.TitleBar
 
invalidateChildInParent(IntArray,Rect) - function in android.view.BannerViewPager
 
invalidateChildInParent(IntArray,Rect) - function in android.view.TitleBar
 
invalidateDrawable(Drawable) - function in android.view.BannerViewPager
 
invalidateDrawable(Drawable) - function in android.view.BaseIndicatorView
 
invalidateDrawable(Drawable) - function in android.view.DrawableIndicator
 
invalidateDrawable(Drawable) - function in android.view.IndicatorView
 
invalidateDrawable(Drawable) - function in android.widget.CropWindowView
 
invalidateDrawable(Drawable) - function in android.graphics.drawable.SelectorDrawable
 
invalidateDrawable(Drawable) - function in android.view.TitleBar
 
invalidateDrawable(Drawable) - function in android.view.StatusBarUtils.StatusBarView
 
invalidateMenu() - function in androidx.activity.BaseActivity
 
invalidateMenu() - function in androidx.activity.BasePermissionActivity
 
invalidateMenu() - function in androidx.activity.BaseViewBindingActivity
 
invalidateOptionsMenu() - function in androidx.appcompat.app.BaseActivity
 
invalidateOptionsMenu() - function in androidx.appcompat.app.BasePermissionActivity
 
invalidateOptionsMenu() - function in androidx.appcompat.app.BaseViewBindingActivity
 
invalidateOptionsMenu() - function in androidx.appcompat.app.BaseDialog
 
invalidateOptionsMenu() - function in android.app.LoadingDialog
 
invalidateOptionsMenu() - function in android.app.ToastDialog
 
invalidateOutline() - function in android.view.BannerViewPager
 
invalidateOutline() - function in android.view.BaseIndicatorView
 
invalidateOutline() - function in android.view.DrawableIndicator
 
invalidateOutline() - function in android.view.IndicatorView
 
invalidateOutline() - function in android.view.CropWindowView
 
invalidateOutline() - function in android.view.TitleBar
 
invalidateOutline() - function in android.view.StatusBarUtils.StatusBarView
 
invalidateSelf() - function in android.graphics.drawable.SelectorDrawable
 
IOKtxKt - class in com.liecoder.framework.ktx
 
IPermissionService - class in com.liecoder.framework.base
权限服务接口,用于统一管理和处理应用程序的权限请求。此接口定义了一组方法,用于注册权限请求的回调、处理权限请求逻辑、显示权限说明对话框、引导用户前往权限设置页面,以及获取和解释权限请求的相关信息。 通过实现此接口,应用程序可以在不同组件中保持一致的权限处理策略。
isAccessibilityFocused() - function in android.view.BannerViewPager
 
isAccessibilityFocused() - function in android.view.BaseIndicatorView
 
isAccessibilityFocused() - function in android.view.DrawableIndicator
 
isAccessibilityFocused() - function in android.view.IndicatorView
 
isAccessibilityFocused() - function in android.view.CropWindowView
 
isAccessibilityFocused() - function in android.view.TitleBar
 
isAccessibilityFocused() - function in android.view.StatusBarUtils.StatusBarView
 
isAccessibilityHeading() - function in android.view.BannerViewPager
 
isAccessibilityHeading() - function in android.view.BaseIndicatorView
 
isAccessibilityHeading() - function in android.view.DrawableIndicator
 
isAccessibilityHeading() - function in android.view.IndicatorView
 
isAccessibilityHeading() - function in android.view.CropWindowView
 
isAccessibilityHeading() - function in android.view.TitleBar
 
isAccessibilityHeading() - function in android.view.StatusBarUtils.StatusBarView
 
isActivated() - function in android.view.BannerViewPager
 
isActivated() - function in android.view.BaseIndicatorView
 
isActivated() - function in android.view.DrawableIndicator
 
isActivated() - function in android.view.IndicatorView
 
isActivated() - function in android.view.CropWindowView
 
isActivated() - function in android.view.TitleBar
 
isActivated() - function in android.view.StatusBarUtils.StatusBarView
 
isActivityDestroyed(Context) - function in com.liecoder.framework.manager.ActivityManager
检查Activity是否已经被销毁。
isActivityExistsInTask(Class) - function in com.liecoder.framework.manager.ActivityManager
检查指定的Activity是否存在于任务栈中。
isActivityTransitionRunning() - function in android.app.BaseActivity
 
isActivityTransitionRunning() - function in android.app.BasePermissionActivity
 
isActivityTransitionRunning() - function in android.app.BaseViewBindingActivity
 
isAdapterPositionUnknown() - function in androidx.recyclerview.widget.BaseViewHolder
 
isAdded() - function in androidx.fragment.app.BaseFragment
 
isAdded() - function in androidx.fragment.app.BaseDialogFragment
 
isAllowDismissWhenTouchOutside() - function in razerdp.basepopup.BaseWindow
 
isAlwaysDrawnWithCacheEnabled() - function in android.view.BannerViewPager
 
isAlwaysDrawnWithCacheEnabled() - function in android.view.TitleBar
 
isAnimationCacheEnabled() - function in android.view.BannerViewPager
 
isAnimationCacheEnabled() - function in android.view.TitleBar
 
isAttachedToTransitionOverlay() - function in androidx.recyclerview.widget.BaseViewHolder
 
isAttachedToWindow() - function in android.view.BannerViewPager
 
isAttachedToWindow() - function in android.view.BaseIndicatorView
 
isAttachedToWindow() - function in android.view.DrawableIndicator
 
isAttachedToWindow() - function in android.view.IndicatorView
 
isAttachedToWindow() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isAttachedToWindow() - function in android.view.CropWindowView
 
isAttachedToWindow() - function in android.view.TitleBar
 
isAttachedToWindow() - function in android.view.StatusBarUtils.StatusBarView
 
isAutoHandwritingEnabled() - function in android.view.BannerViewPager
 
isAutoHandwritingEnabled() - function in android.view.BaseIndicatorView
 
isAutoHandwritingEnabled() - function in android.view.DrawableIndicator
 
isAutoHandwritingEnabled() - function in android.view.IndicatorView
 
isAutoHandwritingEnabled() - function in android.view.CropWindowView
 
isAutoHandwritingEnabled() - function in android.view.TitleBar
 
isAutoHandwritingEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isAutoMeasureEnabled() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isAutoMirror() - function in razerdp.basepopup.BaseWindow
 
isAutoMirrored() - function in android.graphics.drawable.SelectorDrawable
 
isAutoPlay() - function in com.liecoder.framework.banner.options.BannerOptions
 
isBiggerScreen() - function in com.liecoder.framework.manager.DeviceInfoManager
 
isBound() - function in androidx.recyclerview.widget.BaseViewHolder
 
isCancelable() - function in androidx.fragment.app.BaseFragment
 
isCancelable() - function in androidx.fragment.app.BaseDialogFragment
 
isCanLoop() - function in com.liecoder.framework.banner.base.BaseBannerAdapter
 
isCanLoop() - function in com.liecoder.framework.banner.options.BannerOptions
 
isChangingConfigurations() - function in android.app.BaseActivity
 
isChangingConfigurations() - function in android.app.BasePermissionActivity
 
isChangingConfigurations() - function in android.app.BaseViewBindingActivity
 
isChild() - function in android.app.BaseActivity
 
isChild() - function in android.app.BasePermissionActivity
 
isChild() - function in android.app.BaseViewBindingActivity
 
isChildrenDrawingOrderEnabled() - function in android.view.BannerViewPager
 
isChildrenDrawingOrderEnabled() - function in android.view.TitleBar
 
isChildrenDrawnWithCacheEnabled() - function in android.view.BannerViewPager
 
isChildrenDrawnWithCacheEnabled() - function in android.view.TitleBar
 
isClickable() - function in android.view.BannerViewPager
 
isClickable() - function in android.view.BaseIndicatorView
 
isClickable() - function in android.view.DrawableIndicator
 
isClickable() - function in android.view.IndicatorView
 
isClickable() - function in android.view.CropWindowView
 
isClickable() - function in android.view.TitleBar
 
isClickable() - function in android.view.StatusBarUtils.StatusBarView
 
isContextClickable() - function in android.view.BannerViewPager
 
isContextClickable() - function in android.view.BaseIndicatorView
 
isContextClickable() - function in android.view.DrawableIndicator
 
isContextClickable() - function in android.view.IndicatorView
 
isContextClickable() - function in android.view.CropWindowView
 
isContextClickable() - function in android.view.TitleBar
 
isContextClickable() - function in android.view.StatusBarUtils.StatusBarView
 
isDebugMode() - function in com.liecoder.framework.banner.utils.BannerUtils
 
isDestroyed() - function in android.app.BaseActivity
 
isDestroyed() - function in android.app.BasePermissionActivity
 
isDestroyed() - function in android.app.BaseViewBindingActivity
 
isDetached() - function in androidx.fragment.app.BaseFragment
 
isDetached() - function in androidx.fragment.app.BaseDialogFragment
 
isDeviceProtectedStorage() - function in android.content.BaseApplication
 
isDeviceProtectedStorage() - function in android.content.BaseActivity
 
isDeviceProtectedStorage() - function in android.content.BasePermissionActivity
 
isDeviceProtectedStorage() - function in android.content.BaseViewBindingActivity
 
isDirty() - function in android.view.BannerViewPager
 
isDirty() - function in android.view.BaseIndicatorView
 
isDirty() - function in android.view.DrawableIndicator
 
isDirty() - function in android.view.IndicatorView
 
isDirty() - function in android.view.CropWindowView
 
isDirty() - function in android.view.TitleBar
 
isDirty() - function in android.view.StatusBarUtils.StatusBarView
 
isDisallowParentInterceptDownEvent() - function in com.liecoder.framework.banner.options.BannerOptions
 
isDraggable(Integer) - function in com.liecoder.framework.drag.IItemTouchHelperAdapterService
 
isDrawingCacheEnabled() - function in android.view.BannerViewPager
 
isDrawingCacheEnabled() - function in android.view.BaseIndicatorView
 
isDrawingCacheEnabled() - function in android.view.DrawableIndicator
 
isDrawingCacheEnabled() - function in android.view.IndicatorView
 
isDrawingCacheEnabled() - function in android.view.CropWindowView
 
isDrawingCacheEnabled() - function in android.view.TitleBar
 
isDrawingCacheEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isDuplicateParentStateEnabled() - function in android.view.BannerViewPager
 
isDuplicateParentStateEnabled() - function in android.view.BaseIndicatorView
 
isDuplicateParentStateEnabled() - function in android.view.DrawableIndicator
 
isDuplicateParentStateEnabled() - function in android.view.IndicatorView
 
isDuplicateParentStateEnabled() - function in android.view.CropWindowView
 
isDuplicateParentStateEnabled() - function in android.view.TitleBar
 
isDuplicateParentStateEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isEmoji(Character) - function in com.liecoder.framework.ktx.CharKtxKt
判断当前字符是否是 Emoji 表情符号。Emoji 符号包括多种字符,可能单独存在或成对出现(称为代理对)。此函数检查字符是否属于 Unicode 标准中定义的 Emoji 范围。
isEnabled() - function in android.view.BannerViewPager
 
isEnabled() - function in android.view.BaseIndicatorView
 
isEnabled() - function in android.view.DrawableIndicator
 
isEnabled() - function in android.view.IndicatorView
 
isEnabled() - function in android.view.CropWindowView
 
isEnabled() - function in android.view.TitleBar
 
isEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isEqualType(Object) - function in com.liecoder.framework.ktx.TypeCastKtxKt
判断当前对象是否为指定类型
isExpired(Long) - function in com.liecoder.framework.ktx.DateTime
检查 Long 类型的时间戳表示的日期是否已过期,即是否在当前日期之前。
isFilterBitmap() - function in android.graphics.drawable.SelectorDrawable
 
isFinishing() - function in android.app.BaseActivity
 
isFinishing() - function in android.app.BasePermissionActivity
 
isFinishing() - function in android.app.BaseViewBindingActivity
 
isFocusable() - function in android.view.BannerViewPager
 
isFocusable() - function in android.view.BaseIndicatorView
 
isFocusable() - function in android.view.DrawableIndicator
 
isFocusable() - function in android.view.IndicatorView
 
isFocusable() - function in android.view.CropWindowView
 
isFocusable() - function in android.view.TitleBar
 
isFocusable() - function in android.view.StatusBarUtils.StatusBarView
 
isFocusableInTouchMode() - function in android.view.BannerViewPager
 
isFocusableInTouchMode() - function in android.view.BaseIndicatorView
 
isFocusableInTouchMode() - function in android.view.DrawableIndicator
 
isFocusableInTouchMode() - function in android.view.IndicatorView
 
isFocusableInTouchMode() - function in android.view.CropWindowView
 
isFocusableInTouchMode() - function in android.view.TitleBar
 
isFocusableInTouchMode() - function in android.view.StatusBarUtils.StatusBarView
 
isFocused() - function in android.view.BannerViewPager
 
isFocused() - function in android.view.BaseIndicatorView
 
isFocused() - function in android.view.DrawableIndicator
 
isFocused() - function in android.view.IndicatorView
 
isFocused() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isFocused() - function in android.view.CropWindowView
 
isFocused() - function in android.view.TitleBar
 
isFocused() - function in android.view.StatusBarUtils.StatusBarView
 
isFocusedByDefault() - function in android.view.BannerViewPager
 
isFocusedByDefault() - function in android.view.BaseIndicatorView
 
isFocusedByDefault() - function in android.view.DrawableIndicator
 
isFocusedByDefault() - function in android.view.IndicatorView
 
isFocusedByDefault() - function in android.view.CropWindowView
 
isFocusedByDefault() - function in android.view.TitleBar
 
isFocusedByDefault() - function in android.view.StatusBarUtils.StatusBarView
 
isForceDarkAllowed() - function in android.view.BannerViewPager
 
isForceDarkAllowed() - function in android.view.BaseIndicatorView
 
isForceDarkAllowed() - function in android.view.DrawableIndicator
 
isForceDarkAllowed() - function in android.view.IndicatorView
 
isForceDarkAllowed() - function in android.view.CropWindowView
 
isForceDarkAllowed() - function in android.view.TitleBar
 
isForceDarkAllowed() - function in android.view.StatusBarUtils.StatusBarView
 
isHapticFeedbackEnabled() - function in android.view.BannerViewPager
 
isHapticFeedbackEnabled() - function in android.view.BaseIndicatorView
 
isHapticFeedbackEnabled() - function in android.view.DrawableIndicator
 
isHapticFeedbackEnabled() - function in android.view.IndicatorView
 
isHapticFeedbackEnabled() - function in android.view.CropWindowView
 
isHapticFeedbackEnabled() - function in android.view.TitleBar
 
isHapticFeedbackEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isHardwareAccelerated() - function in android.view.BannerViewPager
 
isHardwareAccelerated() - function in android.view.BaseIndicatorView
 
isHardwareAccelerated() - function in android.view.DrawableIndicator
 
isHardwareAccelerated() - function in android.view.IndicatorView
 
isHardwareAccelerated() - function in android.view.CropWindowView
 
isHardwareAccelerated() - function in android.view.TitleBar
 
isHardwareAccelerated() - function in android.view.StatusBarUtils.StatusBarView
 
ISharedPreferencesService - class in com.liecoder.framework.service
SharedPreferences 服务接口,定义了获取 SharedPreferences 相关配置的方法。此接口规定了如何获取 SharedPreferences 文件的名称和访问模式,使得在应用程序中使用 SharedPreferences 时可以保持一致性和可配置性。
ISharedPreferencesService.Companion - class in com.liecoder.framework.service.ISharedPreferencesService
定义了默认的 SharedPreferences 文件名称。这个常量用于当没有提供特定的 SharedPreferences 文件名时,提供一个默认的文件名。
isHidden() - function in androidx.fragment.app.BaseFragment
 
isHidden() - function in androidx.fragment.app.BaseDialogFragment
 
isHideReplaced() - function in androidx.fragment.app.BaseFragment
 
isHideReplaced() - function in androidx.fragment.app.BaseDialogFragment
 
isHorizontalFadingEdgeEnabled() - function in android.view.BannerViewPager
 
isHorizontalFadingEdgeEnabled() - function in android.view.BaseIndicatorView
 
isHorizontalFadingEdgeEnabled() - function in android.view.DrawableIndicator
 
isHorizontalFadingEdgeEnabled() - function in android.view.IndicatorView
 
isHorizontalFadingEdgeEnabled() - function in android.view.CropWindowView
 
isHorizontalFadingEdgeEnabled() - function in android.view.TitleBar
 
isHorizontalFadingEdgeEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isHorizontalScrollBarEnabled() - function in android.view.BannerViewPager
 
isHorizontalScrollBarEnabled() - function in android.view.BaseIndicatorView
 
isHorizontalScrollBarEnabled() - function in android.view.DrawableIndicator
 
isHorizontalScrollBarEnabled() - function in android.view.IndicatorView
 
isHorizontalScrollBarEnabled() - function in android.view.CropWindowView
 
isHorizontalScrollBarEnabled() - function in android.view.TitleBar
 
isHorizontalScrollBarEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isHovered() - function in android.view.BannerViewPager
 
isHovered() - function in android.view.BaseIndicatorView
 
isHovered() - function in android.view.DrawableIndicator
 
isHovered() - function in android.view.IndicatorView
 
isHovered() - function in android.view.CropWindowView
 
isHovered() - function in android.view.TitleBar
 
isHovered() - function in android.view.StatusBarUtils.StatusBarView
 
isImmersive() - function in android.app.BaseActivity
 
isImmersive() - function in android.app.BasePermissionActivity
 
isImmersive() - function in android.app.BaseViewBindingActivity
 
isImportantForAccessibility() - function in android.view.BannerViewPager
 
isImportantForAccessibility() - function in android.view.BaseIndicatorView
 
isImportantForAccessibility() - function in android.view.DrawableIndicator
 
isImportantForAccessibility() - function in android.view.IndicatorView
 
isImportantForAccessibility() - function in android.view.CropWindowView
 
isImportantForAccessibility() - function in android.view.TitleBar
 
isImportantForAccessibility() - function in android.view.StatusBarUtils.StatusBarView
 
isImportantForAutofill() - function in android.view.BannerViewPager
 
isImportantForAutofill() - function in android.view.BaseIndicatorView
 
isImportantForAutofill() - function in android.view.DrawableIndicator
 
isImportantForAutofill() - function in android.view.IndicatorView
 
isImportantForAutofill() - function in android.view.CropWindowView
 
isImportantForAutofill() - function in android.view.TitleBar
 
isImportantForAutofill() - function in android.view.StatusBarUtils.StatusBarView
 
isImportantForContentCapture() - function in android.view.BannerViewPager
 
isImportantForContentCapture() - function in android.view.BaseIndicatorView
 
isImportantForContentCapture() - function in android.view.DrawableIndicator
 
isImportantForContentCapture() - function in android.view.IndicatorView
 
isImportantForContentCapture() - function in android.view.CropWindowView
 
isImportantForContentCapture() - function in android.view.TitleBar
 
isImportantForContentCapture() - function in android.view.StatusBarUtils.StatusBarView
 
isInBackStack() - function in androidx.fragment.app.BaseFragment
 
isInBackStack() - function in androidx.fragment.app.BaseDialogFragment
 
isInEditMode() - function in android.view.BannerViewPager
 
isInEditMode() - function in android.view.BaseIndicatorView
 
isInEditMode() - function in android.view.DrawableIndicator
 
isInEditMode() - function in android.view.IndicatorView
 
isInEditMode() - function in android.view.CropWindowView
 
isInEditMode() - function in android.view.TitleBar
 
isInEditMode() - function in android.view.StatusBarUtils.StatusBarView
 
isInLayout() - function in android.view.BannerViewPager
 
isInLayout() - function in android.view.BaseIndicatorView
 
isInLayout() - function in android.view.DrawableIndicator
 
isInLayout() - function in android.view.IndicatorView
 
isInLayout() - function in androidx.fragment.app.BaseFragment
 
isInLayout() - function in android.view.CropWindowView
 
isInLayout() - function in androidx.fragment.app.BaseDialogFragment
 
isInLayout() - function in android.view.TitleBar
 
isInLayout() - function in android.view.StatusBarUtils.StatusBarView
 
isInMultiWindowMode() - function in android.app.BaseActivity
 
isInMultiWindowMode() - function in android.app.BasePermissionActivity
 
isInMultiWindowMode() - function in android.app.BaseViewBindingActivity
 
isInPictureInPictureMode() - function in android.app.BaseActivity
 
isInPictureInPictureMode() - function in android.app.BasePermissionActivity
 
isInPictureInPictureMode() - function in android.app.BaseViewBindingActivity
 
isInTouchMode() - function in android.view.BannerViewPager
 
isInTouchMode() - function in android.view.BaseIndicatorView
 
isInTouchMode() - function in android.view.DrawableIndicator
 
isInTouchMode() - function in android.view.IndicatorView
 
isInTouchMode() - function in android.view.CropWindowView
 
isInTouchMode() - function in android.view.TitleBar
 
isInTouchMode() - function in android.view.StatusBarUtils.StatusBarView
 
isInvalid() - function in androidx.recyclerview.widget.BaseViewHolder
 
isItemPrefetchEnabled() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isItemViewSwipeEnabled() - function in com.liecoder.framework.drag.ItemTouchHelperCallback
Returns whether ItemTouchHelper should start a swipe operation if a pointer is swiped over the View.
isKeyboardNavigationCluster() - function in android.view.BannerViewPager
 
isKeyboardNavigationCluster() - function in android.view.BaseIndicatorView
 
isKeyboardNavigationCluster() - function in android.view.DrawableIndicator
 
isKeyboardNavigationCluster() - function in android.view.IndicatorView
 
isKeyboardNavigationCluster() - function in android.view.CropWindowView
 
isKeyboardNavigationCluster() - function in android.view.TitleBar
 
isKeyboardNavigationCluster() - function in android.view.StatusBarUtils.StatusBarView
 
isLaidOut() - function in android.view.BannerViewPager
 
isLaidOut() - function in android.view.BaseIndicatorView
 
isLaidOut() - function in android.view.DrawableIndicator
 
isLaidOut() - function in android.view.IndicatorView
 
isLaidOut() - function in android.view.CropWindowView
 
isLaidOut() - function in android.view.TitleBar
 
isLaidOut() - function in android.view.StatusBarUtils.StatusBarView
 
isLaunchedFromBubble() - function in android.app.BaseActivity
 
isLaunchedFromBubble() - function in android.app.BasePermissionActivity
 
isLaunchedFromBubble() - function in android.app.BaseViewBindingActivity
 
isLayoutDirectionResolved() - function in android.view.BannerViewPager
 
isLayoutDirectionResolved() - function in android.view.BaseIndicatorView
 
isLayoutDirectionResolved() - function in android.view.DrawableIndicator
 
isLayoutDirectionResolved() - function in android.view.IndicatorView
 
isLayoutDirectionResolved() - function in android.view.CropWindowView
 
isLayoutDirectionResolved() - function in android.view.TitleBar
 
isLayoutDirectionResolved() - function in android.view.StatusBarUtils.StatusBarView
 
isLayoutHierarchical(RecyclerView.Recycler,RecyclerView.State) - function in androidx.recyclerview.widget.ScrollDurationManger
 
isLayoutRequested() - function in android.view.BannerViewPager
 
isLayoutRequested() - function in android.view.BaseIndicatorView
 
isLayoutRequested() - function in android.view.DrawableIndicator
 
isLayoutRequested() - function in android.view.IndicatorView
 
isLayoutRequested() - function in android.view.CropWindowView
 
isLayoutRequested() - function in android.view.TitleBar
 
isLayoutRequested() - function in android.view.StatusBarUtils.StatusBarView
 
isLayoutRTL() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isLayoutSuppressed() - function in android.view.BannerViewPager
 
isLayoutSuppressed() - function in android.view.TitleBar
 
isLineVisible(Context) - function in com.liecoder.framework.titlebar.DefaultStyle
获取标题栏底部的线条是否可见。
isLineVisible(Context) - function in com.liecoder.framework.titlebar.ITitleBarStyleService
获取标题栏底部的线条是否可见。
isLineVisible(Context) - function in com.liecoder.framework.titlebar.StyleLight
获取标题栏底部的线条是否可见。
isLineVisible(Context) - function in com.liecoder.framework.titlebar.StyleNight
获取标题栏底部的线条是否可见。
isLineVisible(Context) - function in com.liecoder.framework.titlebar.StyleRipple
获取标题栏底部的线条是否可见。
isLineVisible(Context) - function in com.liecoder.framework.titlebar.StyleTransparent
获取标题栏底部的线条是否可见。
isLocalVoiceInteractionSupported() - function in android.app.BaseActivity
 
isLocalVoiceInteractionSupported() - function in android.app.BasePermissionActivity
 
isLocalVoiceInteractionSupported() - function in android.app.BaseViewBindingActivity
 
isLongClickable() - function in android.view.BannerViewPager
 
isLongClickable() - function in android.view.BaseIndicatorView
 
isLongClickable() - function in android.view.DrawableIndicator
 
isLongClickable() - function in android.view.IndicatorView
 
isLongClickable() - function in android.view.CropWindowView
 
isLongClickable() - function in android.view.TitleBar
 
isLongClickable() - function in android.view.StatusBarUtils.StatusBarView
 
isLongPressDragEnabled() - function in com.liecoder.framework.drag.ItemTouchHelperCallback
Returns whether ItemTouchHelper should start a drag and drop operation if an item is long pressed.
isMeasurementCacheEnabled() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isMenuVisible() - function in androidx.fragment.app.BaseFragment
 
isMenuVisible() - function in androidx.fragment.app.BaseDialogFragment
 
isMotionEventSplittingEnabled() - function in android.view.BannerViewPager
 
isMotionEventSplittingEnabled() - function in android.view.TitleBar
 
isNestedScrollingEnabled() - function in android.view.BannerViewPager
 
isNestedScrollingEnabled() - function in android.view.BaseIndicatorView
 
isNestedScrollingEnabled() - function in android.view.DrawableIndicator
 
isNestedScrollingEnabled() - function in android.view.IndicatorView
 
isNestedScrollingEnabled() - function in android.view.CropWindowView
 
isNestedScrollingEnabled() - function in android.view.TitleBar
 
isNestedScrollingEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isOpaque() - function in android.view.BannerViewPager
 
isOpaque() - function in android.view.BaseIndicatorView
 
isOpaque() - function in android.view.DrawableIndicator
 
isOpaque() - function in android.view.IndicatorView
 
isOpaque() - function in android.widget.CropWindowView
 
isOpaque() - function in android.view.TitleBar
 
isOpaque() - function in android.view.StatusBarUtils.StatusBarView
 
isOutSideTouchable() - function in razerdp.basepopup.BaseWindow
 
isPaddingOffsetRequired() - function in android.view.BannerViewPager
 
isPaddingOffsetRequired() - function in android.view.BaseIndicatorView
 
isPaddingOffsetRequired() - function in android.view.DrawableIndicator
 
isPaddingOffsetRequired() - function in android.view.IndicatorView
 
isPaddingOffsetRequired() - function in android.view.CropWindowView
 
isPaddingOffsetRequired() - function in android.view.TitleBar
 
isPaddingOffsetRequired() - function in android.view.StatusBarUtils.StatusBarView
 
isPaddingRelative() - function in android.view.BannerViewPager
 
isPaddingRelative() - function in android.view.BaseIndicatorView
 
isPaddingRelative() - function in android.view.DrawableIndicator
 
isPaddingRelative() - function in android.view.IndicatorView
 
isPaddingRelative() - function in android.view.CropWindowView
 
isPaddingRelative() - function in android.view.TitleBar
 
isPaddingRelative() - function in android.view.StatusBarUtils.StatusBarView
 
isPivotSet() - function in android.view.BannerViewPager
 
isPivotSet() - function in android.view.BaseIndicatorView
 
isPivotSet() - function in android.view.DrawableIndicator
 
isPivotSet() - function in android.view.IndicatorView
 
isPivotSet() - function in android.view.CropWindowView
 
isPivotSet() - function in android.view.TitleBar
 
isPivotSet() - function in android.view.StatusBarUtils.StatusBarView
 
isPopupFadeEnable() - function in razerdp.basepopup.BaseWindow
 
isPostponed() - function in androidx.fragment.app.BaseFragment
 
isPostponed() - function in androidx.fragment.app.BaseDialogFragment
 
isPreferKeepClear() - function in android.view.BannerViewPager
 
isPreferKeepClear() - function in android.view.BaseIndicatorView
 
isPreferKeepClear() - function in android.view.DrawableIndicator
 
isPreferKeepClear() - function in android.view.IndicatorView
 
isPreferKeepClear() - function in android.view.CropWindowView
 
isPreferKeepClear() - function in android.view.TitleBar
 
isPreferKeepClear() - function in android.view.StatusBarUtils.StatusBarView
 
isPressed() - function in android.view.BannerViewPager
 
isPressed() - function in android.view.BaseIndicatorView
 
isPressed() - function in android.view.DrawableIndicator
 
isPressed() - function in android.view.IndicatorView
 
isPressed() - function in android.view.CropWindowView
 
isPressed() - function in android.view.TitleBar
 
isPressed() - function in android.view.StatusBarUtils.StatusBarView
 
isProjected() - function in android.graphics.drawable.SelectorDrawable
 
isRecyclable() - function in androidx.recyclerview.widget.BaseViewHolder
 
isRemoved() - function in androidx.recyclerview.widget.BaseViewHolder
 
isRemoving() - function in androidx.fragment.app.BaseFragment
 
isRemoving() - function in androidx.fragment.app.BaseDialogFragment
 
isRemovingParent() - function in androidx.fragment.app.BaseFragment
 
isRemovingParent() - function in androidx.fragment.app.BaseDialogFragment
 
isRestricted() - function in android.content.BaseApplication
 
isRestricted() - function in android.content.BaseActivity
 
isRestricted() - function in android.content.BasePermissionActivity
 
isRestricted() - function in android.content.BaseViewBindingActivity
 
isResumed() - function in androidx.fragment.app.BaseFragment
 
isResumed() - function in androidx.fragment.app.BaseDialogFragment
 
isRtl() - function in com.liecoder.framework.banner.options.BannerOptions
 
isSaveEnabled() - function in android.view.BannerViewPager
 
isSaveEnabled() - function in android.view.BaseIndicatorView
 
isSaveEnabled() - function in android.view.DrawableIndicator
 
isSaveEnabled() - function in android.view.IndicatorView
 
isSaveEnabled() - function in android.view.CropWindowView
 
isSaveEnabled() - function in android.view.TitleBar
 
isSaveEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isSaveFromParentEnabled() - function in android.view.BannerViewPager
 
isSaveFromParentEnabled() - function in android.view.BaseIndicatorView
 
isSaveFromParentEnabled() - function in android.view.DrawableIndicator
 
isSaveFromParentEnabled() - function in android.view.IndicatorView
 
isSaveFromParentEnabled() - function in android.view.CropWindowView
 
isSaveFromParentEnabled() - function in android.view.TitleBar
 
isSaveFromParentEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isScrap() - function in androidx.recyclerview.widget.BaseViewHolder
 
isScreenReaderFocusable() - function in android.view.BannerViewPager
 
isScreenReaderFocusable() - function in android.view.BaseIndicatorView
 
isScreenReaderFocusable() - function in android.view.DrawableIndicator
 
isScreenReaderFocusable() - function in android.view.IndicatorView
 
isScreenReaderFocusable() - function in android.view.CropWindowView
 
isScreenReaderFocusable() - function in android.view.TitleBar
 
isScreenReaderFocusable() - function in android.view.StatusBarUtils.StatusBarView
 
isScrollbarFadingEnabled() - function in android.view.BannerViewPager
 
isScrollbarFadingEnabled() - function in android.view.BaseIndicatorView
 
isScrollbarFadingEnabled() - function in android.view.DrawableIndicator
 
isScrollbarFadingEnabled() - function in android.view.IndicatorView
 
isScrollbarFadingEnabled() - function in android.view.CropWindowView
 
isScrollbarFadingEnabled() - function in android.view.TitleBar
 
isScrollbarFadingEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isScrollContainer() - function in android.view.BannerViewPager
 
isScrollContainer() - function in android.view.BaseIndicatorView
 
isScrollContainer() - function in android.view.DrawableIndicator
 
isScrollContainer() - function in android.view.IndicatorView
 
isScrollContainer() - function in android.view.CropWindowView
 
isScrollContainer() - function in android.view.TitleBar
 
isScrollContainer() - function in android.view.StatusBarUtils.StatusBarView
 
isSelected() - function in android.view.BannerViewPager
 
isSelected() - function in android.view.BaseIndicatorView
 
isSelected() - function in android.view.DrawableIndicator
 
isSelected() - function in android.view.IndicatorView
 
isSelected() - function in android.view.CropWindowView
 
isSelected() - function in android.view.TitleBar
 
isSelected() - function in android.view.StatusBarUtils.StatusBarView
 
isShowing() - function in razerdp.basepopup.BaseWindow
 
isShowing() - function in android.app.BaseDialog
 
isShowing() - function in android.app.LoadingDialog
 
isShowing() - function in android.app.ToastDialog
 
isShowingLayoutBounds() - function in android.view.BannerViewPager
 
isShowingLayoutBounds() - function in android.view.BaseIndicatorView
 
isShowingLayoutBounds() - function in android.view.DrawableIndicator
 
isShowingLayoutBounds() - function in android.view.IndicatorView
 
isShowingLayoutBounds() - function in android.view.CropWindowView
 
isShowingLayoutBounds() - function in android.view.TitleBar
 
isShowingLayoutBounds() - function in android.view.StatusBarUtils.StatusBarView
 
isShown() - function in android.view.BannerViewPager
 
isShown() - function in android.view.BaseIndicatorView
 
isShown() - function in android.view.DrawableIndicator
 
isShown() - function in android.view.IndicatorView
 
isShown() - function in android.view.CropWindowView
 
isShown() - function in android.view.TitleBar
 
isShown() - function in android.view.StatusBarUtils.StatusBarView
 
isSmoothScrollbarEnabled() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isSmoothScrolling() - function in androidx.recyclerview.widget.ScrollDurationManger
 
isSoundEffectsEnabled() - function in android.view.BannerViewPager
 
isSoundEffectsEnabled() - function in android.view.BaseIndicatorView
 
isSoundEffectsEnabled() - function in android.view.DrawableIndicator
 
isSoundEffectsEnabled() - function in android.view.IndicatorView
 
isSoundEffectsEnabled() - function in android.view.CropWindowView
 
isSoundEffectsEnabled() - function in android.view.TitleBar
 
isSoundEffectsEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isStateful() - function in android.graphics.drawable.SelectorDrawable
 
isStateSaved() - function in androidx.fragment.app.BaseFragment
 
isStateSaved() - function in androidx.fragment.app.BaseDialogFragment
 
isStopLoopWhenDetachedFromWindow() - function in com.liecoder.framework.banner.options.BannerOptions
 
isTablet() - function in com.liecoder.framework.manager.DeviceInfoManager
 
isTaskRoot() - function in android.app.BaseActivity
 
isTaskRoot() - function in android.app.BasePermissionActivity
 
isTaskRoot() - function in android.app.BaseViewBindingActivity
 
isTemporarilyDetached() - function in android.view.BannerViewPager
 
isTemporarilyDetached() - function in android.view.BaseIndicatorView
 
isTemporarilyDetached() - function in android.view.DrawableIndicator
 
isTemporarilyDetached() - function in android.view.IndicatorView
 
isTemporarilyDetached() - function in android.view.CropWindowView
 
isTemporarilyDetached() - function in android.view.TitleBar
 
isTemporarilyDetached() - function in android.view.StatusBarUtils.StatusBarView
 
isTextAlignmentResolved() - function in android.view.BannerViewPager
 
isTextAlignmentResolved() - function in android.view.BaseIndicatorView
 
isTextAlignmentResolved() - function in android.view.DrawableIndicator
 
isTextAlignmentResolved() - function in android.view.IndicatorView
 
isTextAlignmentResolved() - function in android.view.CropWindowView
 
isTextAlignmentResolved() - function in android.view.TitleBar
 
isTextAlignmentResolved() - function in android.view.StatusBarUtils.StatusBarView
 
isTextDirectionResolved() - function in android.view.BannerViewPager
 
isTextDirectionResolved() - function in android.view.BaseIndicatorView
 
isTextDirectionResolved() - function in android.view.DrawableIndicator
 
isTextDirectionResolved() - function in android.view.IndicatorView
 
isTextDirectionResolved() - function in android.view.CropWindowView
 
isTextDirectionResolved() - function in android.view.TitleBar
 
isTextDirectionResolved() - function in android.view.StatusBarUtils.StatusBarView
 
isTmpDetached() - function in androidx.recyclerview.widget.BaseViewHolder
 
isTouchable() - function in razerdp.basepopup.BaseWindow
 
isTransitionGroup() - function in android.view.BannerViewPager
 
isTransitionGroup() - function in android.view.TitleBar
 
isUiContext() - function in android.content.BaseApplication
 
isUiContext() - function in android.content.BaseActivity
 
isUiContext() - function in android.content.BasePermissionActivity
 
isUiContext() - function in android.content.BaseViewBindingActivity
 
isUpdated() - function in androidx.recyclerview.widget.BaseViewHolder
 
isUserInputEnabled() - function in com.liecoder.framework.banner.options.BannerOptions
 
isValidCreditCode(CharSequence) - function in com.liecoder.framework.ktx.StringKtxKt
验证给定的 CharSequence 是否是有效的中国统一社会信用代码。 中国统一社会信用代码通常由15位、18位或20位的数字和大写字母组成。
isValidEmail(CharSequence) - function in com.liecoder.framework.ktx.StringKtxKt
验证给定的 CharSequence 是否是有效的电子邮件地址。 该函数首先检查 CharSequence 是否为空或包含中文字符,然后使用正则表达式验证电子邮件格式。
isValidPhoneNumber(CharSequence) - function in com.liecoder.framework.ktx.StringKtxKt
验证给定的 CharSequence 是否为有效的中国手机号码。 手机号码必须是11位数字,以1开头,第二位是3到9之间的数字,后面跟着其他9位数字。 可选的国际区号为 +86 或 00。
isVerticalFadingEdgeEnabled() - function in android.view.BannerViewPager
 
isVerticalFadingEdgeEnabled() - function in android.view.BaseIndicatorView
 
isVerticalFadingEdgeEnabled() - function in android.view.DrawableIndicator
 
isVerticalFadingEdgeEnabled() - function in android.view.IndicatorView
 
isVerticalFadingEdgeEnabled() - function in android.view.CropWindowView
 
isVerticalFadingEdgeEnabled() - function in android.view.TitleBar
 
isVerticalFadingEdgeEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isVerticalScrollBarEnabled() - function in android.view.BannerViewPager
 
isVerticalScrollBarEnabled() - function in android.view.BaseIndicatorView
 
isVerticalScrollBarEnabled() - function in android.view.DrawableIndicator
 
isVerticalScrollBarEnabled() - function in android.view.IndicatorView
 
isVerticalScrollBarEnabled() - function in android.view.CropWindowView
 
isVerticalScrollBarEnabled() - function in android.view.TitleBar
 
isVerticalScrollBarEnabled() - function in android.view.StatusBarUtils.StatusBarView
 
isViewPartiallyVisible(View,Boolean,Boolean) - function in androidx.recyclerview.widget.ScrollDurationManger
 
isVisible() - function in androidx.fragment.app.BaseFragment
 
isVisible() - function in androidx.fragment.app.BaseDialogFragment
 
isVisible() - function in android.graphics.drawable.SelectorDrawable
 
isVisibleToUserForAutofill(Integer) - function in android.view.BannerViewPager
 
isVisibleToUserForAutofill(Integer) - function in android.view.BaseIndicatorView
 
isVisibleToUserForAutofill(Integer) - function in android.view.DrawableIndicator
 
isVisibleToUserForAutofill(Integer) - function in android.view.IndicatorView
 
isVisibleToUserForAutofill(Integer) - function in android.view.CropWindowView
 
isVisibleToUserForAutofill(Integer) - function in android.view.TitleBar
 
isVisibleToUserForAutofill(Integer) - function in android.view.StatusBarUtils.StatusBarView
 
isVoiceInteraction() - function in android.app.BaseActivity
 
isVoiceInteraction() - function in android.app.BasePermissionActivity
 
isVoiceInteraction() - function in android.app.BaseViewBindingActivity
 
isVoiceInteractionRoot() - function in android.app.BaseActivity
 
isVoiceInteractionRoot() - function in android.app.BasePermissionActivity
 
isVoiceInteractionRoot() - function in android.app.BaseViewBindingActivity
 
itemDecoration(RecyclerView,T) - function in com.liecoder.framework.ktx.RecyclerViewKtxKt
为 RecyclerView 添加一个 ItemDecoration。此扩展函数允许向 RecyclerView 添加一个 ItemDecoration 对象,用于自定义项的布局边界和绘制。 与 singleItemDecoration 不同,此函数不会移除已存在的 ItemDecorations,而是直接添加新的装饰。
ItemTouchHelperCallback - class in com.liecoder.framework.drag
Author: liecoder Date: 2024/8/13 周二 Version: 1.
ItemTouchHelperViewHolder - class in com.liecoder.framework.drag
Author: liecoder Date: 2024/8/13 周二 Version: 1.
ITipsToastService - class in com.liecoder.framework.toast
Author: lieco(liecoder@163.com) Date: 2024/8/19 Version: 1.
ITitleBarClickListener - class in com.liecoder.framework.titlebar
标题栏点击事件监听接口。此接口定义了标题栏(TitleBar)上的点击事件处理方法,包括左侧按钮点击、右侧按钮点击和中间标题点击的事件。
ITitleBarStyleService - class in com.liecoder.framework.titlebar
标题栏样式统一接口。此接口定义了一组方法,用于创建标题栏相关的视图和获取标题栏的样式属性。
IViewBindingService - class in com.liecoder.framework.base
视图绑定服务接口,提供访问 ViewBinding 实例的标准方式。<p>此接口定义了访问和创建 ViewBinding 对象的方法,ViewBinding 是 Android 提供的一种用于绑定 XML 布局到代码的机制。 通过实现此接口,可以确保在应用程序的不同部分中以统一和类型安全的方式使用 ViewBinding。
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Y