Home
last modified time | relevance | path

Searched refs:mWindowHandle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DFakeWindowImpl.java35 final InputWindowHandle mWindowHandle; field in FakeWindowImpl
60 mWindowHandle = new InputWindowHandle(mApplicationHandle, null, Display.DEFAULT_DISPLAY); in FakeWindowImpl()
61 mWindowHandle.name = name; in FakeWindowImpl()
62 mWindowHandle.inputChannel = mServerChannel; in FakeWindowImpl()
64 mWindowHandle.layer = mWindowLayer; in FakeWindowImpl()
65 mWindowHandle.layoutParamsFlags = layoutParamsFlags; in FakeWindowImpl()
66 mWindowHandle.layoutParamsPrivateFlags = layoutParamsPrivateFlags; in FakeWindowImpl()
67 mWindowHandle.layoutParamsType = windowType; in FakeWindowImpl()
68 mWindowHandle.dispatchingTimeoutNanos = in FakeWindowImpl()
70 mWindowHandle.visible = true; in FakeWindowImpl()
[all …]
DInputMonitor.java261 addInputWindowHandleLw(mService.mFakeWindows.get(i).mWindowHandle); in updateInputWindowsLw()