Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowStateTests.java345 app.mInputWindowHandle.displayId = mDisplayContent.getDisplayId() + 1; in testDisplayIdUpdatedOnReparent()
348 assertThat(app.mInputWindowHandle.displayId, is(mDisplayContent.getDisplayId())); in testDisplayIdUpdatedOnReparent()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java546 final InputWindowHandle mInputWindowHandle; field in WindowState
730 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()
DInputMonitor.java653 final InputWindowHandle inputWindowHandle = w.mInputWindowHandle; in accept()