Home
last modified time | relevance | path

Searched refs:mInputWindowHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java274 final InputWindowHandle inputWindowHandle = child.mInputWindowHandle; in updateInputWindowsLw()
305 if (u.mInputChannel != null && u.mInputWindowHandle != null) { in updateInputWindowsLw()
306 addInputWindowHandleLw(u.mInputWindowHandle, u, u.mAttrs.flags, in updateInputWindowsLw()
DWindowState.java326 final InputWindowHandle mInputWindowHandle; field in WindowState
393 mInputWindowHandle = null; in WindowState()
485 mInputWindowHandle = new InputWindowHandle( in WindowState()
917 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget()
1123 mInputWindowHandle.inputChannel = inputChannel; in setInputChannel()
1134 mInputWindowHandle.inputChannel = null; in disposeInputChannel()
DWindowManagerService.java2449 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle); in addWindow()