Searched refs:mTargetViewRootImpl (Results 1 – 1 of 1) sorted by relevance
44 private final ViewRootImpl mTargetViewRootImpl; field in SyncRtSurfaceTransactionApplier51 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()