renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-ui
/
renetik.android.ui
Package-level
declarations
Types
Functions
Properties
Types
CSDisplay
Cutout
Link copied to clipboard
class
CSDisplayCutout
(
cutout
:
DisplayCutout
)
Properties
inflater
Context
Link copied to clipboard
val
Context
.
inflaterContext
:
Context
Functions
disable
Pending
Animations
Link copied to clipboard
fun
Activity
.
disablePendingAnimations
(
)
inflate
Link copied to clipboard
fun
<
ViewType
:
View
>
Context
.
inflate
(
layoutId
:
Int
,
group
:
ViewGroup
?
=
null
)
:
ViewType
fun
<
ViewType
:
View
>
Context
.
inflate
(
layoutId
:
Int
,
group
:
ViewGroup
?
=
null
,
onViewReady
:
(
ViewType
)
->
Unit
)
inflate
Async
Link copied to clipboard
suspend
fun
<
ViewType
:
View
>
Context
.
inflateAsync
(
layoutId
:
Int
,
group
:
ViewGroup
?
=
null
)
:
ViewType