-
public final class ReplayState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classReplayState.StateData
-
Field Summary
Fields Modifier and Type Field Description private volatile BooleanfullSnapshotSentprivate RRMobileViewNodelastSnapshotprivate PointlastScreenSizeprivate LonginProgressTouchMoveStartprivate <ERROR CLASS><RRTouchPosition>inProgressTouchMoves
-
Constructor Summary
Constructors Constructor Description ReplayState()
-
Method Summary
Modifier and Type Method Description final BooleangetFullSnapshotSent()final UnitsetFullSnapshotSent(Boolean fullSnapshotSent)final RRMobileViewNodegetLastSnapshot()final UnitsetLastSnapshot(RRMobileViewNode lastSnapshot)final PointgetLastScreenSize()final UnitsetLastScreenSize(Point lastScreenSize)final LonggetInProgressTouchMoveStart()final UnitsetInProgressTouchMoveStart(Long inProgressTouchMoveStart)final <ERROR CLASS><RRTouchPosition>getInProgressTouchMoves()final Unit)>setInProgressTouchMoves(<ERROR CLASS><RRTouchPosition> inProgressTouchMoves)final BooleanisFullSnapshotSent()final UnitaddView(View view, ReplayState.StateData stateData)final UnitremoveView(View view)final List<View>getDecorViews()final UnitdetatchAllListners()-
-
Method Detail
-
getFullSnapshotSent
final Boolean getFullSnapshotSent()
-
setFullSnapshotSent
final Unit setFullSnapshotSent(Boolean fullSnapshotSent)
-
getLastSnapshot
final RRMobileViewNode getLastSnapshot()
-
setLastSnapshot
final Unit setLastSnapshot(RRMobileViewNode lastSnapshot)
-
getLastScreenSize
final Point getLastScreenSize()
-
setLastScreenSize
final Unit setLastScreenSize(Point lastScreenSize)
-
getInProgressTouchMoveStart
final Long getInProgressTouchMoveStart()
-
setInProgressTouchMoveStart
final Unit setInProgressTouchMoveStart(Long inProgressTouchMoveStart)
-
getInProgressTouchMoves
final <ERROR CLASS><RRTouchPosition> getInProgressTouchMoves()
-
setInProgressTouchMoves
final Unit )>setInProgressTouchMoves(<ERROR CLASS><RRTouchPosition> inProgressTouchMoves)
-
isFullSnapshotSent
final Boolean isFullSnapshotSent()
-
addView
final Unit addView(View view, ReplayState.StateData stateData)
-
removeView
final Unit removeView(View view)
-
getDecorViews
final List<View> getDecorViews()
-
detatchAllListners
final Unit detatchAllListners()
-
-
-
-