Searched refs:portalWindowHandle (Results 1 – 2 of 2) sorted by relevance
5384 final InputWindowHandle portalWindowHandle = new InputWindowHandle( in createPortalWindowHandle() local5386 portalWindowHandle.name = name; in createPortalWindowHandle()5387 portalWindowHandle.token = new Binder(); in createPortalWindowHandle()5388 portalWindowHandle.layoutParamsFlags = in createPortalWindowHandle()5391 portalWindowHandle.touchableRegion.set(mTmpBounds); in createPortalWindowHandle()5392 portalWindowHandle.scaleFactor = 1f; in createPortalWindowHandle()5393 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()5394 portalWindowHandle.ownerUid = Process.myUid(); in createPortalWindowHandle()5395 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()5396 return portalWindowHandle; in createPortalWindowHandle()
3633 const sp<InputWindowHandle> portalWindowHandle = state.portalWindows[i]; in dumpDispatchStateLocked() local3635 portalWindowHandle->getName().c_str()); in dumpDispatchStateLocked()