Searched refs:mInputWindowHandle (Results 1 – 3 of 3) sorted by relevance
345 app.mInputWindowHandle.displayId = mDisplayContent.getDisplayId() + 1; in testDisplayIdUpdatedOnReparent()348 assertThat(app.mInputWindowHandle.displayId, is(mDisplayContent.getDisplayId())); in testDisplayIdUpdatedOnReparent()
546 final InputWindowHandle mInputWindowHandle; field in WindowState730 mInputWindowHandle = null; in WindowState()780 mInputWindowHandle = new InputWindowHandle( in WindowState()1388 mInputWindowHandle.displayId = dc.getDisplayId(); in onDisplayChanged()1538 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget()2149 mInputWindowHandle.inputChannel = inputChannels[0]; in openInputChannel()2160 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle); in openInputChannel()2179 mInputWindowHandle.inputChannel = null; in disposeInputChannel()
653 final InputWindowHandle inputWindowHandle = w.mInputWindowHandle; in accept()