toggle menu
DpadRecyclerView
androidJvm
switch theme
search in API
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
)