Searched defs:mInputWindowHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java418 final InputWindowHandle mInputWindowHandle; field in class:WindowState
542 mInputWindowHandle = null;
638 mInputWindowHandle = new InputWindowHandle(
1220 && mInputChannel != null && mInputWindowHandle != null;
1541 mInputWindowHandle.inputChannel = inputChannels[0];
1552 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle);
1571 mInputWindowHandle.inputChannel = null;

Completed in 49 milliseconds