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
Package-level
declarations
Types
Functions
Types
View
Bounds
Link copied to clipboard
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
Functions
offset
Horizontally
By
Link copied to clipboard
fun
List
<
ViewBounds
>
.
offsetHorizontallyBy
(
offset
:
Int
)
:
List
<
ViewBounds
>
offset
Vertically
By
Link copied to clipboard
fun
List
<
ViewBounds
>
.
offsetVerticallyBy
(
offset
:
Int
)
:
List
<
ViewBounds
>