Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.library
/
LoadingPosterAdapter
Loading
Poster
Adapter
class
LoadingPosterAdapter
(
context
:
Context
,
itemCount
:
Int
)
:
BaseAdapter
(
source
)
Members
Constructors
Loading
Poster
Adapter
Link copied to clipboard
constructor
(
context
:
Context
,
itemCount
:
Int
)
Properties
autofill
Options
Link copied to clipboard
open
val
autofillOptions
:
Array
<
out
CharSequence
?
>
?
?
count
Link copied to clipboard
open
override
val
count
:
Int
is
Empty
Link copied to clipboard
open
val
isEmpty
:
Boolean
view
Type
Count
Link copied to clipboard
open
val
viewTypeCount
:
Int
Functions
are
All
Items
Enabled
Link copied to clipboard
open
fun
areAllItemsEnabled
(
)
:
Boolean
get
Count
Link copied to clipboard
open
override
fun
getCount
(
)
:
Int
get
Drop
Down
View
Link copied to clipboard
open
fun
getDropDownView
(
position
:
Int
,
convertView
:
View
?
,
parent
:
ViewGroup
?
)
:
View
?
get
Item
Link copied to clipboard
open
override
fun
getItem
(
position
:
Int
)
:
Any
?
get
Item
Id
Link copied to clipboard
open
override
fun
getItemId
(
position
:
Int
)
:
Long
get
Item
View
Type
Link copied to clipboard
open
fun
getItemViewType
(
position
:
Int
)
:
Int
get
View
Link copied to clipboard
open
override
fun
getView
(
position
:
Int
,
convertView
:
View
?
,
parent
:
ViewGroup
)
:
View
has
Stable
Ids
Link copied to clipboard
open
fun
hasStableIds
(
)
:
Boolean
is
Enabled
Link copied to clipboard
open
fun
isEnabled
(
position
:
Int
)
:
Boolean
notify
Data
Set
Changed
Link copied to clipboard
open
fun
notifyDataSetChanged
(
)
notify
Data
Set
Invalidated
Link copied to clipboard
open
fun
notifyDataSetInvalidated
(
)
register
Data
Set
Observer
Link copied to clipboard
open
fun
registerDataSetObserver
(
observer
:
DataSetObserver
?
)
set
Autofill
Options
Link copied to clipboard
open
fun
setAutofillOptions
(
vararg
options
:
CharSequence
?
)
unregister
Data
Set
Observer
Link copied to clipboard
open
fun
unregisterDataSetObserver
(
observer
:
DataSetObserver
?
)