toggle menu
DpadRecyclerView
androidJvm
switch theme
search in API
dpadrecyclerview
/
com.rubensousa.dpadrecyclerview.layoutmanager.layout
/
ViewBounds
View
Bounds
data
class
ViewBounds
(
var
left
:
Int
=
0
,
var
top
:
Int
=
0
,
var
right
:
Int
=
0
,
var
bottom
:
Int
=
0
)
Replaces Rect for unit testing purposes
Members
Constructors
View
Bounds
Link copied to clipboard
constructor
(
left
:
Int
=
0
,
top
:
Int
=
0
,
right
:
Int
=
0
,
bottom
:
Int
=
0
)
Properties
bottom
Link copied to clipboard
var
bottom
:
Int
height
Link copied to clipboard
val
height
:
Int
left
Link copied to clipboard
var
left
:
Int
right
Link copied to clipboard
var
right
:
Int
top
Link copied to clipboard
var
top
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
as
Rect
Link copied to clipboard
fun
asRect
(
)
:
Rect
offset
Horizontal
Link copied to clipboard
fun
offsetHorizontal
(
dx
:
Int
)
offset
Vertical
Link copied to clipboard
fun
offsetVertical
(
dy
:
Int
)
set
Empty
Link copied to clipboard
fun
setEmpty
(
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String