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.view.adapter
Package-level
declarations
Types
Types
CSAnimator
Adapter
Link copied to clipboard
open
class
CSAnimatorAdapter
:
Animator.AnimatorListener
CSClick
Adapter
Link copied to clipboard
class
CSClickAdapter
(
timeout
:
Int
?
=
null
,
onClick
:
(
)
->
Unit
)
:
View.OnClickListener
CSDrawer
Adapter
Link copied to clipboard
open
class
CSDrawerAdapter
(
onDrawerSlide
:
(
drawerView
:
View
,
slideOffset
:
Float
)
->
Unit
?
=
null
,
onDrawerClosed
:
(
drawerView
:
View
)
->
Unit
?
=
null
,
onDrawerOpened
:
(
drawerView
:
View
)
->
Unit
?
=
null
,
onDrawerStateChanged
:
(
newState
:
Int
)
->
Unit
?
=
null
)
:
DrawerLayout.DrawerListener
CSOn
Animation
End
Link copied to clipboard
class
CSOnAnimationEnd
(
val
onAnimationEnd
:
Fun
)
:
Animator.AnimatorListener
CSOn
Page
Changed
Link copied to clipboard
class
CSOnPageChanged
(
function
:
(
Int
)
->
Unit
)
:
ViewPager.OnPageChangeListener
CSText
Watcher
Adapter
Link copied to clipboard
open
class
CSTextWatcherAdapter
:
TextWatcher