Searched refs:portalWindowHandle (Results 1 – 2 of 2) sorted by relevance
5364 final InputWindowHandle portalWindowHandle = new InputWindowHandle( in createPortalWindowHandle() local5366 portalWindowHandle.name = name; in createPortalWindowHandle()5367 portalWindowHandle.token = new Binder(); in createPortalWindowHandle()5368 portalWindowHandle.layoutParamsFlags = in createPortalWindowHandle()5371 portalWindowHandle.touchableRegion.set(mTmpBounds); in createPortalWindowHandle()5372 portalWindowHandle.scaleFactor = 1f; in createPortalWindowHandle()5373 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()5374 portalWindowHandle.ownerUid = Process.myUid(); in createPortalWindowHandle()5375 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()5376 return portalWindowHandle; in createPortalWindowHandle()
4993 const sp<InputWindowHandle> portalWindowHandle = state.portalWindows[i]; in dumpDispatchStateLocked() local4995 portalWindowHandle->getName().c_str()); in dumpDispatchStateLocked()