public final class

ProtoLayoutDiffer.LayoutDiff

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.renderer.common.ProtoLayoutDiffer.LayoutDiff

Overview

A diff in layout, containing information about the tree nodes that have changed.

Summary

Methods
public java.util.List<ProtoLayoutDiffer.TreeNodeWithChange>getChangedNodes()

An ordered list of nodes that have changed.

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

Methods

public java.util.List<ProtoLayoutDiffer.TreeNodeWithChange> getChangedNodes()

An ordered list of nodes that have changed. A changed node always comes before its changed descendants in this list.