toggle menu
DpadRecyclerView
androidJvm
switch theme
dpadrecyclerview
com.
rubensousa.
dpadrecyclerview
Alignment
Lookup
Child
Alignment
CREATOR
Dpad
Drag
Helper
Drag
Adapter
Drag
Callback
Dpad
Loop
Direction
NONE
MAX
MIN_MAX
Dpad
Recycler
View
On
Key
Intercept
Listener
On
Layout
Completed
Listener
On
Motion
Intercept
Listener
On
Touch
Intercept
Listener
On
Unhandled
Key
Listener
Smooth
Scroll
By
Behavior
Dpad
Scrollable
Layout
Layout
Params
Scroll
Duration
Config
Dpad
Scroller
Scroll
Distance
Calculator
Dpad
Selection
Snap
Helper
Dpad
Span
Size
Lookup
Dpad
View
Holder
Extra
Layout
Space
Strategy
Focusable
Direction
STANDARD
CIRCULAR
CONTINUOUS
On
Child
Laid
Out
Listener
On
Focus
Lost
Listener
On
View
Focused
Listener
On
View
Holder
Selected
Listener
Parent
Alignment
CREATOR
Edge
NONE
MIN
MAX
MIN_MAX
Sub
Position
Alignment
CREATOR
Unbound
View
Pool
View
Alignment
Companion
View
Holder
Task
com.
rubensousa.
dpadrecyclerview.
layoutmanager
Dpad
Layout
Params
Companion
Pivot
Layout
Manager
com.
rubensousa.
dpadrecyclerview.
layoutmanager.
layout
offset
Horizontally
By()
offset
Vertically
By()
View
Bounds
com.
rubensousa.
dpadrecyclerview.
spacing
Dpad
Grid
Spacing
Decoration
Companion
Dpad
Linear
Spacing
Decoration
Companion
Dpad
Spacing
Decoration
Dpad
Spacing
Lookup
com.
rubensousa.
dpadrecyclerview.
state
Dpad
Scroll
State
Dpad
State
Registry
Dpad
View
Holder
State
dpadrecyclerview-compose
com.
rubensousa.
dpadrecyclerview.
compose
dpad
Clickable()
Dpad
Compose
Focus
View
Holder
Dpad
Compose
View
Holder
Recycler
View
Composition
Strategy
Dispose
On
Recycled
dpadrecyclerview-testing
com.
rubensousa.
dpadrecyclerview.
testing
Key
Events
com.
rubensousa.
dpadrecyclerview.
testing.
actions
Dpad
Recycler
View
Actions
Dpad
View
Actions
Dpad
View
Action
com.
rubensousa.
dpadrecyclerview.
testing.
assertions
Dpad
Recycler
View
Assertions
Dpad
View
Assertions
com.
rubensousa.
dpadrecyclerview.
testing.
matchers
Dpad
Recycler
View
Matchers
Focused
Root
Matcher
com.
rubensousa.
dpadrecyclerview.
testing.
rules
Disable
Idle
Timeout
Rule
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