public final class

ModifiersBuilders.SlideParentBound

extends java.lang.Object

implements ModifiersBuilders.SlideBound

 java.lang.Object

↳androidx.wear.protolayout.ModifiersBuilders.SlideParentBound

Overview

The slide animation will animate from/to the parent elements boundaries.

Summary

Methods
public static ModifiersBuilders.SlideParentBoundfromProto(ModifiersProto.SlideParentBound proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

public intgetSnapTo()

Gets the snap options to use when sliding using parent boundaries.

public ModifiersProto.SlideBoundtoSlideBoundProto()

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Methods

public int getSnapTo()

Gets the snap options to use when sliding using parent boundaries. Defaults to SLIDE_PARENT_SNAP_TO_INSIDE if not specified.

public Fingerprint getFingerprint()

Creates a new wrapper instance from the proto.

public ModifiersProto.SlideBound toSlideBoundProto()

public java.lang.String toString()