toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
MainActivity
/
TvFocus
Tv
Focus
object
TvFocus
(
source
)
Members
Types
Focus
Target
Link copied to clipboard
data
class
FocusTarget
(
val
width
:
Int
,
val
height
:
Int
,
val
x
:
Float
,
val
y
:
Float
)
Properties
current
Link copied to clipboard
var
current
:
MainActivity.TvFocus.FocusTarget
focus
Outline
Link copied to clipboard
var
focusOutline
:
WeakReference
<
View
>
last
Link copied to clipboard
var
last
:
MainActivity.TvFocus.FocusTarget
last
Focus
Link copied to clipboard
var
lastFocus
:
WeakReference
<
View
>
Functions
update
Focus
View
Link copied to clipboard
@
MainThread
fun
updateFocusView
(
newFocus
:
View
?
,
same
:
Boolean
=
false
)