added in version 24.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

ShadowOverlayHelper.Options

public static final class ShadowOverlayHelper.Options
extends Object

java.lang.Object
   ↳ android.support.v17.leanback.widget.ShadowOverlayHelper.Options


Option values for ShadowOverlayContainer.

Summary

Fields

public static final ShadowOverlayHelper.Options DEFAULT

Default Options for values.

Public constructors

ShadowOverlayHelper.Options()

Public methods

ShadowOverlayHelper.Options dynamicShadowZ(float unfocusedZ, float focusedZ)

Set value of focused and unfocused Z value for shadow.

float getDynamicShadowFocusedZ()

Get z value of shadow when a view is focused.

float getDynamicShadowUnfocusedZ()

Get z value of shadow when a view is not focused.

int getRoundedCornerRadius()

Get radius of rounded corner in pixels.

ShadowOverlayHelper.Options roundedCornerRadius(int roundedCornerRadius)

Set value of rounded corner radius.

Inherited methods

From class java.lang.Object

Fields

DEFAULT

added in version 24.1.0
ShadowOverlayHelper.Options DEFAULT

Default Options for values.

Public constructors

ShadowOverlayHelper.Options

added in version 24.1.0
ShadowOverlayHelper.Options ()

Public methods

dynamicShadowZ

added in version 24.1.0
ShadowOverlayHelper.Options dynamicShadowZ (float unfocusedZ, 
                float focusedZ)

Set value of focused and unfocused Z value for shadow.

Parameters
unfocusedZ float: Number of pixels for unfocused Z value.

focusedZ float: Number of pixels for focused Z value.

Returns
ShadowOverlayHelper.Options The Options object itself.

getDynamicShadowFocusedZ

added in version 24.1.0
float getDynamicShadowFocusedZ ()

Get z value of shadow when a view is focused.

Returns
float Z value of shadow when a view is focused.

getDynamicShadowUnfocusedZ

added in version 24.1.0
float getDynamicShadowUnfocusedZ ()

Get z value of shadow when a view is not focused.

Returns
float Z value of shadow when a view is not focused.

getRoundedCornerRadius

added in version 24.1.0
int getRoundedCornerRadius ()

Get radius of rounded corner in pixels.

Returns
int Radius of rounded corner in pixels.

roundedCornerRadius

added in version 24.1.0
ShadowOverlayHelper.Options roundedCornerRadius (int roundedCornerRadius)

Set value of rounded corner radius.

Parameters
roundedCornerRadius int: Number of pixels of rounded corner radius. Set to 0 to use default settings.

Returns
ShadowOverlayHelper.Options The Options object itself.