Searched refs:mTargetViewRootImpl (Results 1 – 1 of 1) sorted by relevance
33 private final ViewRootImpl mTargetViewRootImpl; field in SyncRtSurfaceTransactionApplier40 mTargetViewRootImpl = targetView != null ? targetView.getViewRootImpl() : null; in SyncRtSurfaceTransactionApplier()41 mTargetSurface = mTargetViewRootImpl != null ? mTargetViewRootImpl.mSurface : null; in SyncRtSurfaceTransactionApplier()51 if (mTargetViewRootImpl == null) { in scheduleApply()54 mTargetViewRootImpl.registerRtFrameCallback(frame -> { in scheduleApply()70 mTargetViewRootImpl.getView().invalidate(); in scheduleApply()