Searched refs:mInputWindowHandle (Results 1 – 3 of 3) sorted by relevance
411 app.mInputWindowHandle.displayId = mDisplayContent.getDisplayId() + 1; in testDisplayIdUpdatedOnReparent()414 assertThat(app.mInputWindowHandle.displayId, is(mDisplayContent.getDisplayId())); in testDisplayIdUpdatedOnReparent()
507 final InputWindowHandle mInputWindowHandle; field in WindowState770 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()
458 final InputWindowHandle inputWindowHandle = w.mInputWindowHandle; in accept()