Home
last modified time | relevance | path

Searched refs:mTargetViewRootImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DSyncRtSurfaceTransactionApplier.java44 private final ViewRootImpl mTargetViewRootImpl; field in SyncRtSurfaceTransactionApplier
51 mTargetViewRootImpl = targetView != null ? targetView.getViewRootImpl() : null; in SyncRtSurfaceTransactionApplier()
60 if (mTargetViewRootImpl == null) { in scheduleApply()
63 mTargetSc = mTargetViewRootImpl.getSurfaceControl(); in scheduleApply()
67 mTargetViewRootImpl.registerRtFrameCallback(frame -> { in scheduleApply()
77 mTargetViewRootImpl.getView().invalidate(); in scheduleApply()
95 if (mTargetViewRootImpl != null) { in applyTransaction()
96 mTargetViewRootImpl.mergeWithNextTransaction(t, frame); in applyTransaction()