A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
T
- T - enum entry in com.liecoder.framework.crop.Anchor
顶部中点。
- takeKeyEvents(Boolean) - function in android.app.BaseActivity
- takeKeyEvents(Boolean) - function in android.app.BasePermissionActivity
- takeKeyEvents(Boolean) - function in android.app.BaseViewBindingActivity
- takeKeyEvents(Boolean) - function in android.app.BaseDialog
- takeKeyEvents(Boolean) - function in android.app.LoadingDialog
- takeKeyEvents(Boolean) - function in android.app.ToastDialog
- TESTING - enum entry in com.liecoder.framework.model.BuildType
测试环境。
用于质量保证和测试目的的构建,可能包括额外的测试覆盖率工具或测试钩子。
- TextViewKtxKt - class in com.liecoder.framework.ktx
- TextViewSpanktxKt - class in com.liecoder.framework.ktx
- TIME_ONLY - enum entry in com.liecoder.framework.model.DateFormatPattern
仅时间格式,例如 "15:20:30"。
- TipsToast - class in com.liecoder.framework.toast
- Author: liecoder Date: 2024/8/13 周二 Version: 1.
- TipsToastImpl - class in com.liecoder.framework.toast
- Author: lieco(liecoder@163.com) Date: 2024/8/19 Version: 1.
- TitleBar - class in com.liecoder.framework.titlebar
- Author: lieco(liecoder@163.com) Date: 2024/8/18 Version: 1.
- TitleBarSupportKt - class in com.liecoder.framework.titlebar
- ToastDialog - class in com.liecoder.framework.dialog
- Author: liecoder Date: 2024/9/3 周二 Version: 1.
- ToastStyle - class in com.liecoder.framework.toast
- Author: lieco(liecoder@163.com) Date: 2024/8/19 Version: 1.
- toBackgroundColorSpan(CharSequence,IntRange,Integer) - function in com.liecoder.framework.ktx.SpanKtxKt
- 将一段文字中指定range的文字改变背景色
- toBean(String,Boolean) - function in com.liecoder.framework.ktx.GsonKtxKt
- 将 JSON 字符串转换为指定类型的 Java 对象。使用 Gson 库将字符串反序列化到一个对象。此函数使用泛型 T 来指定目标类型。
- toBeanOrNull(String,Boolean) - function in com.liecoder.framework.ktx.GsonKtxKt
- 尝试将 JSON 字符串转换为指定类型的 Java 对象,如果转换失败则返回
null。使用Gson库将字符串反序列化为一个对象。与 toBean 函数不同,如果反序列化过程中发生异常,此函数不会抛出异常,而是返回null。 这在处理可能损坏或不完整的 JSON 数据时非常有用。 - toClickSpan(CharSequence,IntRange,Integer,Boolean,Function0) - function in com.liecoder.framework.ktx.SpanKtxKt
- 将一段文字中指定range的文字添加颜色和点击事件
- toColorSpan(CharSequence,IntRange,Integer) - function in com.liecoder.framework.ktx.SpanKtxKt
- 将一段文字中指定range的文字改变前景色
- toJson(Object,Boolean) - function in com.liecoder.framework.ktx.GsonKtxKt
- 将任意对象转换为 JSON 字符串。
- top() - function in com.liecoder.framework.manager.ActivityManager
- 获取任务栈顶的Activity实例。
- topRadius(T,Integer) - function in com.liecoder.framework.ktx.ShapeKtxKt
- 设置视图顶部圆角。此扩展函数为任意视图提供了设置顶部圆角的功能。如果指定的圆角大小为0,则不应用圆角效果;否则,将视图顶部的轮廓设置为圆角。
- toSizeSpan(CharSequence,IntRange,Float) - function in com.liecoder.framework.ktx.SpanKtxKt
- 将一段文字中指定range的文字改变大小
- toSizeSpan(CharSequence,IntRange,Integer) - function in com.liecoder.framework.ktx.SpanKtxKt
- toStrikeThroughtSpan(CharSequence,IntRange) - function in com.liecoder.framework.ktx.SpanKtxKt
- 将一段文字中指定range的文字添加删除线
- toString() - function in android.view.BannerViewPager
- toString() - function in android.view.BaseIndicatorView
- toString() - function in androidx.recyclerview.widget.BaseViewHolder
- toString() - function in android.view.DrawableIndicator
- toString() - function in android.view.IndicatorView
- toString() - function in androidx.fragment.app.BaseFragment
- toString() - function in androidx.fragment.app.BaseViewBindingFragment
- toString() - function in android.view.CropWindowView
- toString() - function in androidx.fragment.app.BaseDialogFragment
- toString() - function in android.view.TitleBar
- toString() - function in android.view.StatusBarUtils.StatusBarView
- toStyleSpan(CharSequence,IntRange,Integer) - function in com.liecoder.framework.ktx.SpanKtxKt
- 将一段文字中指定range的文字添加style效果
- transformMatrixToGlobal(Matrix) - function in android.view.BannerViewPager
- transformMatrixToGlobal(Matrix) - function in android.view.BaseIndicatorView
- transformMatrixToGlobal(Matrix) - function in android.view.DrawableIndicator
- transformMatrixToGlobal(Matrix) - function in android.view.IndicatorView
- transformMatrixToGlobal(Matrix) - function in android.view.CropWindowView
- transformMatrixToGlobal(Matrix) - function in android.view.TitleBar
- transformMatrixToGlobal(Matrix) - function in android.view.StatusBarUtils.StatusBarView
- transformMatrixToLocal(Matrix) - function in android.view.BannerViewPager
- transformMatrixToLocal(Matrix) - function in android.view.BaseIndicatorView
- transformMatrixToLocal(Matrix) - function in android.view.DrawableIndicator
- transformMatrixToLocal(Matrix) - function in android.view.IndicatorView
- transformMatrixToLocal(Matrix) - function in android.view.CropWindowView
- transformMatrixToLocal(Matrix) - function in android.view.TitleBar
- transformMatrixToLocal(Matrix) - function in android.view.StatusBarUtils.StatusBarView
- transformPage(View,Float) - function in com.liecoder.framework.banner.transform.OverlapPageTransformer
- transformPage(View,Float) - function in com.liecoder.framework.banner.transform.ScaleInTransformer
- triggerSearch(String,Bundle) - function in android.app.BaseActivity
- triggerSearch(String,Bundle) - function in android.app.BasePermissionActivity
- triggerSearch(String,Bundle) - function in android.app.BaseViewBindingActivity
- tryToShowPopup(View,Boolean) - function in razerdp.basepopup.BaseWindow
- TypeCastKtxKt - class in com.liecoder.framework.ktx