Searched refs:portalWindowHandle (Results 1 – 2 of 2) sorted by relevance
5279 final InputWindowHandle portalWindowHandle = new InputWindowHandle( in createPortalWindowHandle() local5281 portalWindowHandle.name = name; in createPortalWindowHandle()5282 portalWindowHandle.token = new Binder(); in createPortalWindowHandle()5283 portalWindowHandle.layoutParamsFlags = in createPortalWindowHandle()5286 portalWindowHandle.touchableRegion.set(mTmpBounds); in createPortalWindowHandle()5287 portalWindowHandle.scaleFactor = 1f; in createPortalWindowHandle()5288 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()5289 portalWindowHandle.ownerUid = Process.myUid(); in createPortalWindowHandle()5290 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()5291 return portalWindowHandle; in createPortalWindowHandle()
3638 const sp<InputWindowHandle> portalWindowHandle = state.portalWindows[i]; in dumpDispatchStateLocked() local3640 i, portalWindowHandle->getName().c_str()); in dumpDispatchStateLocked()