-
public final class LayoutShiftAttribution
-
-
Field Summary
Fields Modifier and Type Field Description private final RectpreviousRectprivate final RectcurrentRectprivate final IntegernodeId
-
Constructor Summary
Constructors Constructor Description LayoutShiftAttribution(Rect previousRect, Rect currentRect, Integer nodeId)
-
Method Summary
Modifier and Type Method Description final Rectcomponent1()final Rectcomponent2()final Integercomponent3()final LayoutShiftAttributioncopy(Rect previousRect, Rect currentRect, Integer nodeId)final RectgetPreviousRect()final RectgetCurrentRect()final IntegergetNodeId()-
-
Method Detail
-
component1
final Rect component1()
-
component2
final Rect component2()
-
component3
final Integer component3()
-
copy
final LayoutShiftAttribution copy(Rect previousRect, Rect currentRect, Integer nodeId)
-
getPreviousRect
final Rect getPreviousRect()
-
getCurrentRect
final Rect getCurrentRect()
-
-
-
-