Searched refs:mWindowSession (Results 1 – 5 of 5) sorted by relevance
74 private final Session mWindowSession; field in WindowSurfaceController88 mWindowSession = win.mSession; in WindowSurfaceController()98 .setMetadata(METADATA_OWNER_UID, mWindowSession.mUid) in WindowSurfaceController()99 .setMetadata(METADATA_OWNER_PID, mWindowSession.mPid) in WindowSurfaceController()290 if (mWindowSession != null) { in setShown()291 mWindowSession.onWindowSurfaceVisibilityChanged(this, mSurfaceShown, mWindowType); in setShown()
155 mViewRoot.mWindowSession.updateRequestedVisibilities(mViewRoot.mWindow, vis); in updateRequestedVisibilities()
386 final IWindowSession mWindowSession; field in ViewRootImpl807 mWindowSession = session; in ViewRootImpl()1786 mWindowSession.pokeDrawLock(mWindow); in pokeDrawLockIfNeeded()3521 if (!mWindowSession.outOfMemory(mWindow)) { in handleWindowFocusChanged()3666 if (!mWindowSession.outOfMemory(mWindow) && in handleOutOfResourcesException()5113 mWindowSession.remove(mWindow); in dispatchDetachedFromWindow()5598 mWindowSession.setInTouchMode(inTouchMode); in ensureTouchMode()7907 int relayoutResult = mWindowSession.relayout(mWindow, params, in relayoutWindow()8304 mWindowSession.finishDrawing( in doDie()9774 private final IWindowSession mWindowSession; field in ViewRootImpl.TrackballAxis.W[all …]
2021 viewRoot.mWindowSession.grantEmbeddedWindowFocus(viewRoot.mWindow, in onFocusChanged()
67902 Landroid/view/ViewRootImpl$W;->mWindowSession:Landroid/view/IWindowSession;