Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DViewUtils.java52 final ViewRootImpl mViewRoot; field in ViewUtils.FrameHandler
62 mViewRoot = view.getViewRootImpl(); in FrameHandler()
105 if (mViewRoot != null && mViewRoot.getView() != null) { in schedule()
108 mViewRoot.addSurfaceChangedCallback(this); in schedule()
110 mViewRoot.registerRtFrameCallback(this); in schedule()
111 mViewRoot.getView().invalidate(); in schedule()
126 if (mViewRoot != null) { in finish()
127 mViewRoot.removeSurfaceChangedCallback(this); in finish()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/cluster/
DClusterHomeManagerUnitTest.java96 private ViewRootImpl mViewRoot; field in ClusterHomeManagerUnitTest
330 when(mDecorView.getViewRootImpl()).thenReturn(mViewRoot); in setUpActivity()
331 when(mViewRoot.getSurfaceControl()).thenReturn( in setUpActivity()