Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DSyncRtSurfaceTransactionApplier.java33 private final ViewRootImpl mTargetViewRootImpl; field in SyncRtSurfaceTransactionApplier
40 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()