pda
androidJvm
app
/
net.artux.pda.ui.activities.adapters
/
AvatarsAdapter
/
ViewHolder
View
Holder
open
class
ViewHolder
:
RecyclerView.ViewHolder
,
View.OnClickListener
Members
Properties
item
View
Link copied to clipboard
val
itemView
:
View
Functions
get
Adapter
Position
Link copied to clipboard
fun
getAdapterPosition
(
)
:
Int
get
Item
Id
Link copied to clipboard
fun
getItemId
(
)
:
Long
get
Item
View
Type
Link copied to clipboard
fun
getItemViewType
(
)
:
Int
get
Layout
Position
Link copied to clipboard
fun
getLayoutPosition
(
)
:
Int
get
Old
Position
Link copied to clipboard
fun
getOldPosition
(
)
:
Int
get
Position
Link copied to clipboard
fun
getPosition
(
)
:
Int
is
Recyclable
Link copied to clipboard
fun
isRecyclable
(
)
:
Boolean
on
Click
Link copied to clipboard
open
fun
onClick
(
view
:
View
)
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
uncheck
Link copied to clipboard
open
fun
uncheck
(
)