Skip to content

//readium-navigator/org.readium.r2.navigator/R2WebView/LayoutParams

LayoutParams

[androidJvm]\ class LayoutParams : ViewGroup.LayoutParams

Layout parameters that should be supplied for views added to a ViewPager.

Constructors

LayoutParams [androidJvm]
fun LayoutParams()
LayoutParams [androidJvm]
fun LayoutParams(context: Context, attrs: AttributeSet)

Functions

Name Summary
resolveLayoutDirection [androidJvm]
open fun resolveLayoutDirection(p0: Int)

Properties

Name Summary
gravity [androidJvm]
var gravity: Int = 0
Gravity setting for use on decor views only: Where to position the view page within the overall ViewPager container; constants are defined in android.view.Gravity.
height [androidJvm]
var height: Int
isDecor [androidJvm]
var isDecor: Boolean = false
true if this view is a decoration on the pager itself and not a view supplied by the adapter.
layoutAnimationParameters [androidJvm]
var layoutAnimationParameters: LayoutAnimationController.AnimationParameters
width [androidJvm]
var width: Int