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
/
DpadScrollableLayout
/
LayoutParams
Layout
Params
class
LayoutParams
:
LinearLayout.LayoutParams
Members
Constructors
Layout
Params
Link copied to clipboard
constructor
(
context
:
Context
,
attrs
:
AttributeSet
?
)
constructor
(
width
:
Int
,
height
:
Int
)
constructor
(
source
:
ViewGroup.MarginLayoutParams
)
constructor
(
source
:
ViewGroup.LayoutParams
)
Properties
bottom
Margin
Link copied to clipboard
var
bottomMargin
:
Int
gravity
Link copied to clipboard
var
gravity
:
Int
height
Link copied to clipboard
var
height
:
Int
is
Scrollable
View
Link copied to clipboard
var
isScrollableView
:
Boolean
layout
Animation
Parameters
Link copied to clipboard
var
layoutAnimationParameters
:
LayoutAnimationController.AnimationParameters
left
Margin
Link copied to clipboard
var
leftMargin
:
Int
right
Margin
Link copied to clipboard
var
rightMargin
:
Int
top
Margin
Link copied to clipboard
var
topMargin
:
Int
weight
Link copied to clipboard
var
weight
:
Float
width
Link copied to clipboard
var
width
:
Int
Functions
debug
Link copied to clipboard
open
fun
debug
(
p0
:
String
)
:
String
get
Layout
Direction
Link copied to clipboard
open
fun
getLayoutDirection
(
)
:
Int
get
Margin
End
Link copied to clipboard
open
fun
getMarginEnd
(
)
:
Int
get
Margin
Start
Link copied to clipboard
open
fun
getMarginStart
(
)
:
Int
is
Margin
Relative
Link copied to clipboard
open
fun
isMarginRelative
(
)
:
Boolean
resolve
Layout
Direction
Link copied to clipboard
open
override
fun
resolveLayoutDirection
(
p0
:
Int
)
set
Is
Scrollable
View
Link copied to clipboard
fun
setIsScrollableView
(
enable
:
Boolean
)
set
Layout
Direction
Link copied to clipboard
open
fun
setLayoutDirection
(
p0
:
Int
)
set
Margin
End
Link copied to clipboard
open
fun
setMarginEnd
(
p0
:
Int
)
set
Margins
Link copied to clipboard
open
fun
setMargins
(
p0
:
Int
,
p1
:
Int
,
p2
:
Int
,
p3
:
Int
)
set
Margin
Start
Link copied to clipboard
open
fun
setMarginStart
(
p0
:
Int
)