Searched refs:mWindowHandle (Results 1 – 2 of 2) sorted by relevance
33 final InputWindowHandle mWindowHandle; field in FakeWindowImpl58 mWindowHandle = new InputWindowHandle(mApplicationHandle, null, Display.DEFAULT_DISPLAY); in FakeWindowImpl()59 mWindowHandle.name = name; in FakeWindowImpl()60 mWindowHandle.inputChannel = mServerChannel; in FakeWindowImpl()62 mWindowHandle.layer = mWindowLayer; in FakeWindowImpl()63 mWindowHandle.layoutParamsFlags = layoutParamsFlags; in FakeWindowImpl()64 mWindowHandle.layoutParamsType = windowType; in FakeWindowImpl()65 mWindowHandle.dispatchingTimeoutNanos = in FakeWindowImpl()67 mWindowHandle.visible = true; in FakeWindowImpl()68 mWindowHandle.canReceiveKeys = canReceiveKeys; in FakeWindowImpl()[all …]
264 addInputWindowHandleLw(mService.mFakeWindows.get(i).mWindowHandle); in updateInputWindowsLw()