A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
D
- d(Object,String) - function in com.liecoder.framework.ktx.LoggerKtxKt
- Prints a debug log with the provided message.
- DashDrawer - class in com.liecoder.framework.banner.drawer
- DashDrawer
- databaseList() - function in android.content.BaseApplication
- databaseList() - function in android.content.BaseActivity
- databaseList() - function in android.content.BasePermissionActivity
- databaseList() - function in android.content.BaseViewBindingActivity
- date(String,DateFormatPattern) - function in com.liecoder.framework.ktx.DateTime
- 尝试使用指定的日期格式模式解析字符串为 Date 对象。
- DATE_COMPACT - enum entry in com.liecoder.framework.model.DateFormatPattern
紧凑的日期格式,不包含时间,例如 "20240824"。
- DATE_TIME - enum entry in com.liecoder.framework.model.DateFormatPattern
年月日时分格式,使用短横线分隔,例如 "2024-08-24 15:20"。
- DATE_TIME_COMPACT - enum entry in com.liecoder.framework.model.DateFormatPattern
紧凑的日期时间格式,例如 "20240824 15:20:30"。
- DATE_TIME_DOT - enum entry in com.liecoder.framework.model.DateFormatPattern
使用点分隔的日期时间格式,例如 "2024-08-24 15.mm.ss"。
- DateFormatPattern - class in com.liecoder.framework.model
- 日期格式模式枚举,定义了多种日期和时间的显示格式。此枚举类提供了一系列的日期时间格式选项,便于在应用程序中以统一的方式格式化日期和时间。 每个枚举值都对应一个特定的日期时间格式字符串,这些字符串遵循 Java 的日期时间格式化规则。
- DateTime - class in com.liecoder.framework.ktx
- DAY_ONLY - enum entry in com.liecoder.framework.model.DateFormatPattern
仅日格式,例如 "24"。
- daysFromNow(Long) - function in com.liecoder.framework.ktx.DateTime
- 扩展函数,计算从当前日期到该时间戳代表的日期是多少天后。
- debug(Integer) - function in android.view.BannerViewPager
- debug(Integer) - function in android.view.TitleBar
- DefaultStyle - class in com.liecoder.framework.titlebar
- deleteDatabase(String) - function in android.content.BaseApplication
- deleteDatabase(String) - function in android.content.BaseActivity
- deleteDatabase(String) - function in android.content.BasePermissionActivity
- deleteDatabase(String) - function in android.content.BaseViewBindingActivity
- deleteFile(String) - function in android.content.BaseApplication
- deleteFile(String) - function in android.content.BaseActivity
- deleteFile(String) - function in android.content.BasePermissionActivity
- deleteFile(String) - function in android.content.BaseViewBindingActivity
- deleteSharedPreferences(String) - function in android.content.BaseApplication
- deleteSharedPreferences(String) - function in android.content.BaseActivity
- deleteSharedPreferences(String) - function in android.content.BasePermissionActivity
- deleteSharedPreferences(String) - function in android.content.BaseViewBindingActivity
- destroyDrawingCache() - function in android.view.BannerViewPager
- destroyDrawingCache() - function in android.view.BaseIndicatorView
- destroyDrawingCache() - function in android.view.DrawableIndicator
- destroyDrawingCache() - function in android.view.IndicatorView
- destroyDrawingCache() - function in android.view.CropWindowView
- destroyDrawingCache() - function in android.view.TitleBar
- destroyDrawingCache() - function in android.view.StatusBarUtils.StatusBarView
- detachAllViewsFromParent() - function in android.view.BannerViewPager
- detachAllViewsFromParent() - function in android.view.TitleBar
- detachAndScrapAttachedViews(RecyclerView.Recycler) - function in androidx.recyclerview.widget.ScrollDurationManger
- detachAndScrapView(View,RecyclerView.Recycler) - function in androidx.recyclerview.widget.ScrollDurationManger
- detachAndScrapViewAt(Integer,RecyclerView.Recycler) - function in androidx.recyclerview.widget.ScrollDurationManger
- detachView(View) - function in androidx.recyclerview.widget.ScrollDurationManger
- detachViewAt(Integer) - function in androidx.recyclerview.widget.ScrollDurationManger
- detachViewFromParent(View) - function in android.view.BannerViewPager
- detachViewFromParent(Integer) - function in android.view.BannerViewPager
- detachViewFromParent(View) - function in android.view.TitleBar
- detachViewFromParent(Integer) - function in android.view.TitleBar
- detachViewsFromParent(Integer,Integer) - function in android.view.BannerViewPager
- detachViewsFromParent(Integer,Integer) - function in android.view.TitleBar
- DEVELOPMENT - enum entry in com.liecoder.framework.model.BuildType
开发环境。
用于开发过程中的构建,通常包含额外的日志记录、调试工具和开发特定的功能。
- DeviceInfoManager - class in com.liecoder.framework.manager
- dipToPx(Float) - function in razerdp.basepopup.BaseWindow
- disallowInterceptTouchEvent(Boolean) - function in com.liecoder.framework.banner.BannerViewPager
- disallowParentInterceptDownEvent(Boolean) - function in com.liecoder.framework.banner.BannerViewPager
- 设置是否允许在BVP的MotionEvent.ACTION_DOWN事件中禁止父View对事件的拦截,该方法 用于解决CoordinatorLayout+CollapsingToolbarLayout在嵌套BVP时引起的滑动冲突问题。BVP在处理ViewPager2嵌套滑动冲突时,在.
- dismiss() - function in androidx.fragment.app.BaseFragment
- dismiss() - function in razerdp.basepopup.BaseWindow
- dismiss(Boolean) - function in razerdp.basepopup.BaseWindow
- dismiss() - function in androidx.appcompat.app.BaseDialog
- dismiss() - function in androidx.fragment.app.BaseDialogFragment
- dismiss() - function in com.liecoder.framework.dialog.LoadingDialog
- dismiss() - function in com.liecoder.framework.dialog.LoadingView
- dismiss() - function in com.liecoder.framework.dialog.ToastDialog
- dismissAllowingStateLoss() - function in androidx.fragment.app.BaseFragment
- dismissAllowingStateLoss() - function in androidx.fragment.app.BaseDialogFragment
- dismissAnimation() - function in com.liecoder.framework.base.BaseWindow
- 获取PopupWindow消失时的动画效果。此方法返回一个 Animation 对象,定义了PopupWindow消失时的动画效果。默认实现提供从底部向下滑动的动画, 但可以根据需要重写以提供不同的动画效果。
- dismissAnimation() - function in com.liecoder.framework.base.IBaseWindowService
- 获取PopupWindow消失时的动画效果。此方法返回一个 Animation 对象,定义了PopupWindow消失时的动画效果。默认实现提供从底部向下滑动的动画, 但可以根据需要重写以提供不同的动画效果。
- dismissDialog(Integer) - function in android.app.BaseActivity
- dismissDialog(Integer) - function in android.app.BasePermissionActivity
- dismissDialog(Integer) - function in android.app.BaseViewBindingActivity
- dismissKeyboardShortcutsHelper() - function in android.app.BaseActivity
- dismissKeyboardShortcutsHelper() - function in android.app.BasePermissionActivity
- dismissKeyboardShortcutsHelper() - function in android.app.BaseViewBindingActivity
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.BannerViewPager
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.BaseIndicatorView
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.DrawableIndicator
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.IndicatorView
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.CropWindowView
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.TitleBar
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.StatusBarUtils.StatusBarView
- dispatchAttachedToWindow(RecyclerView) - function in androidx.recyclerview.widget.ScrollDurationManger
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.BannerViewPager
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.TitleBar
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchConfigurationChanged(Configuration) - function in android.view.BannerViewPager
- dispatchConfigurationChanged(Configuration) - function in android.view.BaseIndicatorView
- dispatchConfigurationChanged(Configuration) - function in android.view.DrawableIndicator
- dispatchConfigurationChanged(Configuration) - function in android.view.IndicatorView
- dispatchConfigurationChanged(Configuration) - function in android.view.CropWindowView
- dispatchConfigurationChanged(Configuration) - function in android.view.TitleBar
- dispatchConfigurationChanged(Configuration) - function in android.view.StatusBarUtils.StatusBarView
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.BannerViewPager
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.BaseIndicatorView
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.DrawableIndicator
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.IndicatorView
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.CropWindowView
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.TitleBar
- dispatchCreateViewTranslationRequest(Map,IntArray,TranslationCapability,List) - function in android.view.StatusBarUtils.StatusBarView
- dispatchDetachedFromWindow(RecyclerView,RecyclerView.Recycler) - function in androidx.recyclerview.widget.ScrollDurationManger
- dispatchDisplayHint(Integer) - function in android.view.BannerViewPager
- dispatchDisplayHint(Integer) - function in android.view.BaseIndicatorView
- dispatchDisplayHint(Integer) - function in android.view.DrawableIndicator
- dispatchDisplayHint(Integer) - function in android.view.IndicatorView
- dispatchDisplayHint(Integer) - function in android.view.CropWindowView
- dispatchDisplayHint(Integer) - function in android.view.TitleBar
- dispatchDisplayHint(Integer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchDragEvent(DragEvent) - function in android.view.BannerViewPager
- dispatchDragEvent(DragEvent) - function in android.view.BaseIndicatorView
- dispatchDragEvent(DragEvent) - function in android.view.DrawableIndicator
- dispatchDragEvent(DragEvent) - function in android.view.IndicatorView
- dispatchDragEvent(DragEvent) - function in android.view.CropWindowView
- dispatchDragEvent(DragEvent) - function in android.view.TitleBar
- dispatchDragEvent(DragEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchDraw(Canvas) - function in android.view.BaseIndicatorView
- dispatchDraw(Canvas) - function in android.view.DrawableIndicator
- dispatchDraw(Canvas) - function in android.view.IndicatorView
- dispatchDraw(Canvas) - function in android.view.CropWindowView
- dispatchDraw(Canvas) - function in android.view.TitleBar
- dispatchDraw(Canvas) - function in android.view.StatusBarUtils.StatusBarView
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.BannerViewPager
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.BaseIndicatorView
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.DrawableIndicator
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.IndicatorView
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.CropWindowView
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.TitleBar
- dispatchDrawableHotspotChanged(Float,Float) - function in android.view.StatusBarUtils.StatusBarView
- dispatchFinishTemporaryDetach() - function in android.view.BannerViewPager
- dispatchFinishTemporaryDetach() - function in android.view.BaseIndicatorView
- dispatchFinishTemporaryDetach() - function in android.view.DrawableIndicator
- dispatchFinishTemporaryDetach() - function in android.view.IndicatorView
- dispatchFinishTemporaryDetach() - function in android.view.CropWindowView
- dispatchFinishTemporaryDetach() - function in android.view.TitleBar
- dispatchFinishTemporaryDetach() - function in android.view.StatusBarUtils.StatusBarView
- dispatchFragmentsOnCreateView(View,String,Context,AttributeSet) - function in androidx.fragment.app.BaseActivity
- dispatchFragmentsOnCreateView(View,String,Context,AttributeSet) - function in androidx.fragment.app.BasePermissionActivity
- dispatchFragmentsOnCreateView(View,String,Context,AttributeSet) - function in androidx.fragment.app.BaseViewBindingActivity
- dispatchFreezeSelfOnly(SparseArray) - function in android.view.BannerViewPager
- dispatchFreezeSelfOnly(SparseArray) - function in android.view.TitleBar
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.BannerViewPager
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.TitleBar
- dispatchGenericFocusedEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.BannerViewPager
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.BaseActivity
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.BasePermissionActivity
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.BaseViewBindingActivity
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.BaseDialog
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.LoadingDialog
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.ToastDialog
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.TitleBar
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.BannerViewPager
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.TitleBar
- dispatchGenericPointerEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchHoverEvent(MotionEvent) - function in android.view.BannerViewPager
- dispatchHoverEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchHoverEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchHoverEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchHoverEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchHoverEvent(MotionEvent) - function in android.view.TitleBar
- dispatchHoverEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchingValue(LiveData.ObserverWrapper) - function in androidx.lifecycle.LiveDataBus.BusMutableLiveData
- dispatchKeyEvent(KeyEvent) - function in android.view.BannerViewPager
- dispatchKeyEvent(KeyEvent) - function in android.view.BaseIndicatorView
- dispatchKeyEvent(KeyEvent) - function in android.view.DrawableIndicator
- dispatchKeyEvent(KeyEvent) - function in android.view.IndicatorView
- dispatchKeyEvent(KeyEvent) - function in androidx.appcompat.app.BaseActivity
- dispatchKeyEvent(KeyEvent) - function in androidx.appcompat.app.BasePermissionActivity
- dispatchKeyEvent(KeyEvent) - function in androidx.appcompat.app.BaseViewBindingActivity
- dispatchKeyEvent(KeyEvent) - function in android.view.CropWindowView
- dispatchKeyEvent(KeyEvent) - function in androidx.appcompat.app.BaseDialog
- dispatchKeyEvent(KeyEvent) - function in android.app.LoadingDialog
- dispatchKeyEvent(KeyEvent) - function in android.app.ToastDialog
- dispatchKeyEvent(KeyEvent) - function in android.view.TitleBar
- dispatchKeyEvent(KeyEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.BannerViewPager
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.BaseIndicatorView
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.DrawableIndicator
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.IndicatorView
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.CropWindowView
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.TitleBar
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.BannerViewPager
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.BaseIndicatorView
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.DrawableIndicator
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.IndicatorView
- dispatchKeyShortcutEvent(KeyEvent) - function in androidx.core.app.BaseActivity
- dispatchKeyShortcutEvent(KeyEvent) - function in androidx.core.app.BasePermissionActivity
- dispatchKeyShortcutEvent(KeyEvent) - function in androidx.core.app.BaseViewBindingActivity
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.CropWindowView
- dispatchKeyShortcutEvent(KeyEvent) - function in android.app.BaseDialog
- dispatchKeyShortcutEvent(KeyEvent) - function in android.app.LoadingDialog
- dispatchKeyShortcutEvent(KeyEvent) - function in android.app.ToastDialog
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.TitleBar
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.BannerViewPager
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.BaseIndicatorView
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.DrawableIndicator
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.IndicatorView
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.CropWindowView
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.TitleBar
- dispatchNestedFling(Float,Float,Boolean) - function in android.view.StatusBarUtils.StatusBarView
- dispatchNestedPreFling(Float,Float) - function in android.view.BannerViewPager
- dispatchNestedPreFling(Float,Float) - function in android.view.BaseIndicatorView
- dispatchNestedPreFling(Float,Float) - function in android.view.DrawableIndicator
- dispatchNestedPreFling(Float,Float) - function in android.view.IndicatorView
- dispatchNestedPreFling(Float,Float) - function in android.view.CropWindowView
- dispatchNestedPreFling(Float,Float) - function in android.view.TitleBar
- dispatchNestedPreFling(Float,Float) - function in android.view.StatusBarUtils.StatusBarView
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.BannerViewPager
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.BaseIndicatorView
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.DrawableIndicator
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.IndicatorView
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.CropWindowView
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.TitleBar
- dispatchNestedPrePerformAccessibilityAction(Integer,Bundle) - function in android.view.StatusBarUtils.StatusBarView
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.BannerViewPager
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.BaseIndicatorView
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.DrawableIndicator
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.IndicatorView
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.CropWindowView
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.TitleBar
- dispatchNestedPreScroll(Integer,Integer,IntArray,IntArray) - function in android.view.StatusBarUtils.StatusBarView
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.BannerViewPager
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.BaseIndicatorView
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.DrawableIndicator
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.IndicatorView
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.CropWindowView
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.TitleBar
- dispatchNestedScroll(Integer,Integer,Integer,Integer,IntArray) - function in android.view.StatusBarUtils.StatusBarView
- dispatchOutSideEvent(MotionEvent,Boolean,Boolean) - function in razerdp.basepopup.BaseWindow
- dispatchPointerCaptureChanged(Boolean) - function in android.view.BannerViewPager
- dispatchPointerCaptureChanged(Boolean) - function in android.view.BaseIndicatorView
- dispatchPointerCaptureChanged(Boolean) - function in android.view.DrawableIndicator
- dispatchPointerCaptureChanged(Boolean) - function in android.view.IndicatorView
- dispatchPointerCaptureChanged(Boolean) - function in android.view.CropWindowView
- dispatchPointerCaptureChanged(Boolean) - function in android.view.TitleBar
- dispatchPointerCaptureChanged(Boolean) - function in android.view.StatusBarUtils.StatusBarView
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.BannerViewPager
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.BaseIndicatorView
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.DrawableIndicator
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.IndicatorView
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.BaseActivity
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.BasePermissionActivity
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.BaseViewBindingActivity
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.CropWindowView
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.BaseDialog
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.LoadingDialog
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.ToastDialog
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.TitleBar
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.BannerViewPager
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.BaseIndicatorView
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.DrawableIndicator
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.IndicatorView
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.CropWindowView
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.TitleBar
- dispatchProvideAutofillStructure(ViewStructure,Integer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchProvideStructure(ViewStructure) - function in android.view.BannerViewPager
- dispatchProvideStructure(ViewStructure) - function in android.view.BaseIndicatorView
- dispatchProvideStructure(ViewStructure) - function in android.view.DrawableIndicator
- dispatchProvideStructure(ViewStructure) - function in android.view.IndicatorView
- dispatchProvideStructure(ViewStructure) - function in android.view.CropWindowView
- dispatchProvideStructure(ViewStructure) - function in android.view.TitleBar
- dispatchProvideStructure(ViewStructure) - function in android.view.StatusBarUtils.StatusBarView
- dispatchRestoreInstanceState(SparseArray) - function in android.view.BannerViewPager
- dispatchRestoreInstanceState(SparseArray) - function in android.view.BaseIndicatorView
- dispatchRestoreInstanceState(SparseArray) - function in android.view.DrawableIndicator
- dispatchRestoreInstanceState(SparseArray) - function in android.view.IndicatorView
- dispatchRestoreInstanceState(SparseArray) - function in android.view.CropWindowView
- dispatchRestoreInstanceState(SparseArray) - function in android.view.TitleBar
- dispatchRestoreInstanceState(SparseArray) - function in android.view.StatusBarUtils.StatusBarView
- dispatchSaveInstanceState(SparseArray) - function in android.view.BannerViewPager
- dispatchSaveInstanceState(SparseArray) - function in android.view.BaseIndicatorView
- dispatchSaveInstanceState(SparseArray) - function in android.view.DrawableIndicator
- dispatchSaveInstanceState(SparseArray) - function in android.view.IndicatorView
- dispatchSaveInstanceState(SparseArray) - function in android.view.CropWindowView
- dispatchSaveInstanceState(SparseArray) - function in android.view.TitleBar
- dispatchSaveInstanceState(SparseArray) - function in android.view.StatusBarUtils.StatusBarView
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.BannerViewPager
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.BaseIndicatorView
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.DrawableIndicator
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.IndicatorView
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.CropWindowView
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.TitleBar
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchSetActivated(Boolean) - function in android.view.BannerViewPager
- dispatchSetActivated(Boolean) - function in android.view.BaseIndicatorView
- dispatchSetActivated(Boolean) - function in android.view.DrawableIndicator
- dispatchSetActivated(Boolean) - function in android.view.IndicatorView
- dispatchSetActivated(Boolean) - function in android.view.CropWindowView
- dispatchSetActivated(Boolean) - function in android.view.TitleBar
- dispatchSetActivated(Boolean) - function in android.view.StatusBarUtils.StatusBarView
- dispatchSetPressed(Boolean) - function in android.view.BannerViewPager
- dispatchSetPressed(Boolean) - function in android.view.BaseIndicatorView
- dispatchSetPressed(Boolean) - function in android.view.DrawableIndicator
- dispatchSetPressed(Boolean) - function in android.view.IndicatorView
- dispatchSetPressed(Boolean) - function in android.view.CropWindowView
- dispatchSetPressed(Boolean) - function in android.view.TitleBar
- dispatchSetPressed(Boolean) - function in android.view.StatusBarUtils.StatusBarView
- dispatchSetSelected(Boolean) - function in android.view.BannerViewPager
- dispatchSetSelected(Boolean) - function in android.view.BaseIndicatorView
- dispatchSetSelected(Boolean) - function in android.view.DrawableIndicator
- dispatchSetSelected(Boolean) - function in android.view.IndicatorView
- dispatchSetSelected(Boolean) - function in android.view.CropWindowView
- dispatchSetSelected(Boolean) - function in android.view.TitleBar
- dispatchSetSelected(Boolean) - function in android.view.StatusBarUtils.StatusBarView
- dispatchStartTemporaryDetach() - function in android.view.BannerViewPager
- dispatchStartTemporaryDetach() - function in android.view.BaseIndicatorView
- dispatchStartTemporaryDetach() - function in android.view.DrawableIndicator
- dispatchStartTemporaryDetach() - function in android.view.IndicatorView
- dispatchStartTemporaryDetach() - function in android.view.CropWindowView
- dispatchStartTemporaryDetach() - function in android.view.TitleBar
- dispatchStartTemporaryDetach() - function in android.view.StatusBarUtils.StatusBarView
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.BannerViewPager
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.BaseIndicatorView
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.DrawableIndicator
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.IndicatorView
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.CropWindowView
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.TitleBar
- dispatchSystemUiVisibilityChanged(Integer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchThawSelfOnly(SparseArray) - function in android.view.BannerViewPager
- dispatchThawSelfOnly(SparseArray) - function in android.view.TitleBar
- dispatchTouchEvent(MotionEvent) - function in com.liecoder.framework.banner.BannerViewPager
- dispatchTouchEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchTouchEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchTouchEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchTouchEvent(MotionEvent) - function in android.app.BaseActivity
- dispatchTouchEvent(MotionEvent) - function in android.app.BasePermissionActivity
- dispatchTouchEvent(MotionEvent) - function in android.app.BaseViewBindingActivity
- dispatchTouchEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchTouchEvent(MotionEvent) - function in android.app.BaseDialog
- dispatchTouchEvent(MotionEvent) - function in android.app.LoadingDialog
- dispatchTouchEvent(MotionEvent) - function in android.app.ToastDialog
- dispatchTouchEvent(MotionEvent) - function in android.view.TitleBar
- dispatchTouchEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchTrackballEvent(MotionEvent) - function in android.view.BannerViewPager
- dispatchTrackballEvent(MotionEvent) - function in android.view.BaseIndicatorView
- dispatchTrackballEvent(MotionEvent) - function in android.view.DrawableIndicator
- dispatchTrackballEvent(MotionEvent) - function in android.view.IndicatorView
- dispatchTrackballEvent(MotionEvent) - function in android.app.BaseActivity
- dispatchTrackballEvent(MotionEvent) - function in android.app.BasePermissionActivity
- dispatchTrackballEvent(MotionEvent) - function in android.app.BaseViewBindingActivity
- dispatchTrackballEvent(MotionEvent) - function in android.view.CropWindowView
- dispatchTrackballEvent(MotionEvent) - function in android.app.BaseDialog
- dispatchTrackballEvent(MotionEvent) - function in android.app.LoadingDialog
- dispatchTrackballEvent(MotionEvent) - function in android.app.ToastDialog
- dispatchTrackballEvent(MotionEvent) - function in android.view.TitleBar
- dispatchTrackballEvent(MotionEvent) - function in android.view.StatusBarUtils.StatusBarView
- dispatchUnhandledMove(View,Integer) - function in android.view.BannerViewPager
- dispatchUnhandledMove(View,Integer) - function in android.view.BaseIndicatorView
- dispatchUnhandledMove(View,Integer) - function in android.view.DrawableIndicator
- dispatchUnhandledMove(View,Integer) - function in android.view.IndicatorView
- dispatchUnhandledMove(View,Integer) - function in android.view.CropWindowView
- dispatchUnhandledMove(View,Integer) - function in android.view.TitleBar
- dispatchUnhandledMove(View,Integer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchVisibilityChanged(View,Integer) - function in android.view.BannerViewPager
- dispatchVisibilityChanged(View,Integer) - function in android.view.BaseIndicatorView
- dispatchVisibilityChanged(View,Integer) - function in android.view.DrawableIndicator
- dispatchVisibilityChanged(View,Integer) - function in android.view.IndicatorView
- dispatchVisibilityChanged(View,Integer) - function in android.view.CropWindowView
- dispatchVisibilityChanged(View,Integer) - function in android.view.TitleBar
- dispatchVisibilityChanged(View,Integer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowFocusChanged(Boolean) - function in android.view.BannerViewPager
- dispatchWindowFocusChanged(Boolean) - function in android.view.BaseIndicatorView
- dispatchWindowFocusChanged(Boolean) - function in android.view.DrawableIndicator
- dispatchWindowFocusChanged(Boolean) - function in android.view.IndicatorView
- dispatchWindowFocusChanged(Boolean) - function in android.view.CropWindowView
- dispatchWindowFocusChanged(Boolean) - function in android.view.TitleBar
- dispatchWindowFocusChanged(Boolean) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.BannerViewPager
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.BaseIndicatorView
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.DrawableIndicator
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.IndicatorView
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.CropWindowView
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.TitleBar
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.BannerViewPager
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.BaseIndicatorView
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.DrawableIndicator
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.IndicatorView
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.CropWindowView
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.TitleBar
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.BannerViewPager
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.BaseIndicatorView
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.DrawableIndicator
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.IndicatorView
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.CropWindowView
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.TitleBar
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.BannerViewPager
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.BaseIndicatorView
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.DrawableIndicator
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.IndicatorView
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.CropWindowView
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.TitleBar
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.BannerViewPager
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.BaseIndicatorView
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.DrawableIndicator
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.IndicatorView
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.CropWindowView
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.TitleBar
- dispatchWindowSystemUiVisiblityChanged(Integer) - function in android.view.StatusBarUtils.StatusBarView
- dispatchWindowVisibilityChanged(Integer) - function in android.view.BannerViewPager
- dispatchWindowVisibilityChanged(Integer) - function in android.view.BaseIndicatorView
- dispatchWindowVisibilityChanged(Integer) - function in android.view.DrawableIndicator
- dispatchWindowVisibilityChanged(Integer) - function in android.view.IndicatorView
- dispatchWindowVisibilityChanged(Integer) - function in android.view.CropWindowView
- dispatchWindowVisibilityChanged(Integer) - function in android.view.TitleBar
- dispatchWindowVisibilityChanged(Integer) - function in android.view.StatusBarUtils.StatusBarView
- doesTransientStatePreventRecycling() - function in androidx.recyclerview.widget.BaseViewHolder
- dp2px(Float) - function in com.liecoder.framework.banner.utils.BannerUtils
- dp2px(Float) - function in com.liecoder.framework.banner.utils.IndicatorUtils
- draw(Canvas) - function in android.view.BannerViewPager
- draw(Canvas) - function in android.view.BaseIndicatorView
- draw(Canvas) - function in android.view.DrawableIndicator
- draw(Canvas) - function in android.view.IndicatorView
- draw(Canvas) - function in android.view.CropWindowView
- draw(Canvas) - function in android.graphics.drawable.SelectorDrawable
- draw(Canvas) - function in android.view.TitleBar
- draw(Canvas) - function in android.view.StatusBarUtils.StatusBarView
- drawableHotspotChanged(Float,Float) - function in android.view.BannerViewPager
- drawableHotspotChanged(Float,Float) - function in android.view.BaseIndicatorView
- drawableHotspotChanged(Float,Float) - function in android.view.DrawableIndicator
- drawableHotspotChanged(Float,Float) - function in android.view.IndicatorView
- drawableHotspotChanged(Float,Float) - function in android.widget.CropWindowView
- drawableHotspotChanged(Float,Float) - function in android.view.TitleBar
- drawableHotspotChanged(Float,Float) - function in android.view.StatusBarUtils.StatusBarView
- DrawableIndicator - class in com.liecoder.framework.banner.indicator
- 图片选择器
- drawableStateChanged() - function in android.view.BannerViewPager
- drawableStateChanged() - function in android.view.BaseIndicatorView
- drawableStateChanged() - function in android.view.DrawableIndicator
- drawableStateChanged() - function in android.view.IndicatorView
- drawableStateChanged() - function in androidx.appcompat.widget.CropWindowView
- drawableStateChanged() - function in android.view.TitleBar
- drawableStateChanged() - function in android.view.StatusBarUtils.StatusBarView
- drawChild(Canvas,View,Long) - function in android.view.BannerViewPager
- drawChild(Canvas,View,Long) - function in android.view.TitleBar
- DrawerProxy - class in com.liecoder.framework.banner.drawer
- Indicator Drawer Proxy.
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.BaseActivity
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.BaseFragment
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.BasePermissionActivity
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.BaseViewBindingActivity
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.BaseDialogFragment