public final class

ProtoLayoutInflater.InflateResult

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.renderer.inflater.ProtoLayoutInflater.InflateResult

Overview

A one-off class to be returned from ProtoLayoutInflater.inflate(ViewGroup) containing top level parent, list of content transition animations to be run and a PipelineMaker with pending changes to the dynamic data pipeline.

Summary

Fields
public final ViewfirstChild

public final ViewGroupinflateParent

Methods
public voidupdateDynamicDataPipeline(boolean isReattaching)

Update the DynamicDataPipeline with new nodes that were stored during the layout update.

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

Fields

public final ViewGroup inflateParent

public final View firstChild

Methods

public void updateDynamicDataPipeline(boolean isReattaching)

Update the DynamicDataPipeline with new nodes that were stored during the layout update.

Parameters:

isReattaching: if True, this layout is being reattached and will skip content transition animations.