Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java411 app.mInputWindowHandle.displayId = mDisplayContent.getDisplayId() + 1; in testDisplayIdUpdatedOnReparent()
414 assertThat(app.mInputWindowHandle.displayId, is(mDisplayContent.getDisplayId())); in testDisplayIdUpdatedOnReparent()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java507 final InputWindowHandle mInputWindowHandle; field in WindowState
770 mInputWindowHandle = null; in WindowState()
820 mInputWindowHandle = new InputWindowHandle( in WindowState()
1375 if (dc != null && mInputWindowHandle.displayId != dc.getDisplayId()) { in onDisplayChanged()
1377 mInputWindowHandle.displayId = dc.getDisplayId(); in onDisplayChanged()
1552 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget()
2186 mInputWindowHandle.token = mClient.asBinder(); in openInputChannel()
2217 mInputWindowHandle.token = null; in disposeInputChannel()
DInputMonitor.java458 final InputWindowHandle inputWindowHandle = w.mInputWindowHandle; in accept()