Searched refs:mSurfaceSession (Results 1 – 8 of 8) sorted by relevance
74 SurfaceSession mSurfaceSession; field in Session268 return mDragDropController.performDrag(mSurfaceSession, callerPid, callerUid, window, in performDrag()475 if (mSurfaceSession == null) { in windowAddedLocked()478 mSurfaceSession = new SurfaceSession(); in windowAddedLocked()480 TAG_WM, " NEW SURFACE SESSION " + mSurfaceSession); in windowAddedLocked()563 if (mSurfaceSession == null) { in killSessionLocked()568 + ", destroying " + mSurfaceSession); in killSessionLocked()569 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " KILL SURFACE SESSION " + mSurfaceSession); in killSessionLocked()571 mSurfaceSession.kill(); in killSessionLocked()573 Slog.w(TAG_WM, "Exception thrown when killing surface session " + mSurfaceSession in killSessionLocked()[all …]
460 + mSession.mSurfaceSession + " window " + this in createSurfaceLocked()487 mSurfaceController = new WindowSurfaceController(mSession.mSurfaceSession, in createSurfaceLocked()501 + mSession.mSurfaceSession in createSurfaceLocked()
4935 if (mSession.mSurfaceSession != null) { in getSession()4936 return mSession.mSurfaceSession; in getSession()
90 private SurfaceSession mSurfaceSession; field in ColorFade582 if (mSurfaceSession == null) {583 mSurfaceSession = new SurfaceSession();590 new SurfaceControl.Builder(mSurfaceSession).setName("ColorFade");
121 SurfaceSession mSurfaceSession; field in SurfaceView747 mSurfaceSession = new SurfaceSession(); in updateSurface()753 mSurfaceControl = new SurfaceControl.Builder(mSurfaceSession) in updateSurface()761 mBackgroundControl = new SurfaceControl.Builder(mSurfaceSession) in updateSurface()
488 private SurfaceSession mSurfaceSession; field in ViewRootImpl1592 if (mSurfaceSession == null) { in createBoundsSurface()1593 mSurfaceSession = new SurfaceSession(); in createBoundsSurface()1599 mBoundsSurfaceControl = new SurfaceControl.Builder(mSurfaceSession) in createBoundsSurface()1637 mSurfaceSession = null; in destroySurface()
799 private final SurfaceSession mSurfaceSession; field in Magnifier.InternalPopupWindow853 mSurfaceSession = new SurfaceSession(); in InternalPopupWindow()854 mSurfaceControl = new SurfaceControl.Builder(mSurfaceSession) in InternalPopupWindow()1037 mSurfaceSession.kill(); in destroy()
76650 Landroid/view/SurfaceView;->mSurfaceSession:Landroid/view/SurfaceSession;82665 Landroid/widget/Magnifier$InternalPopupWindow;->mSurfaceSession:Landroid/view/SurfaceSession;