Searched refs:mTargetViewRootImpl (Results 1 – 3 of 3) sorted by relevance
44 private final ViewRootImpl mTargetViewRootImpl; field in SurfaceTransactionApplier53 mTargetViewRootImpl = targetView.getViewRootImpl(); in SurfaceTransactionApplier()54 mBarrierSurfaceControl = mTargetViewRootImpl.getSurfaceControl(); in SurfaceTransactionApplier()73 View view = mTargetViewRootImpl.getView(); in scheduleApply()81 mTargetViewRootImpl.registerRtFrameCallback(frame -> { in scheduleApply()94 mTargetViewRootImpl.mergeWithNextTransaction(t, frame); in scheduleApply()
55 private final ViewRootImpl mTargetViewRootImpl; field in SyncRtSurfaceTransactionApplierCompat66 mTargetViewRootImpl = targetView != null ? targetView.getViewRootImpl() : null; in SyncRtSurfaceTransactionApplierCompat()67 mBarrierSurfaceControl = mTargetViewRootImpl != null in SyncRtSurfaceTransactionApplierCompat()68 ? mTargetViewRootImpl.getSurfaceControl() : null; in SyncRtSurfaceTransactionApplierCompat()98 if (mTargetViewRootImpl == null || mTargetViewRootImpl.getView() == null) { in scheduleApply()104 mTargetViewRootImpl.registerRtFrameCallback(new HardwareRenderer.FrameDrawingCallback() { in scheduleApply()119 if (mTargetViewRootImpl != null) { in scheduleApply()120 mTargetViewRootImpl.mergeWithNextTransaction(t, frame); in scheduleApply()131 mTargetViewRootImpl.getView().invalidate(); in scheduleApply()
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()75 mTargetViewRootImpl.getView().invalidate(); in scheduleApply()93 if (mTargetViewRootImpl != null) { in applyTransaction()94 mTargetViewRootImpl.mergeWithNextTransaction(t, frame); in applyTransaction()