Searched refs:mInputWindowHandle (Results 1 – 6 of 6) sorted by relevance
266 || mHostWindowState.mInputWindowHandle.getInputApplicationHandle() == null) { in getApplicationHandle()270 mHostWindowState.mInputWindowHandle.getInputApplicationHandle()); in getApplicationHandle()
634 final InputWindowHandleWrapper mInputWindowHandle; field in WindowState1106 mInputWindowHandle = new InputWindowHandleWrapper(new InputWindowHandle( in WindowState()1110 mInputWindowHandle.setFocusable(false); in WindowState()1111 mInputWindowHandle.setOwnerPid(s.mPid); in WindowState()1112 mInputWindowHandle.setOwnerUid(s.mUid); in WindowState()1113 mInputWindowHandle.setName(getName()); in WindowState()1114 mInputWindowHandle.setPackageName(mAttrs.packageName); in WindowState()1115 mInputWindowHandle.setLayoutParamsType(mAttrs.type); in WindowState()1117 mInputWindowHandle.setTrustedOverlay(isWindowTrustedOverlay()); in WindowState()1193 mInputWindowHandle.setTrustedOverlay(getPendingTransaction(), mSurfaceControl, in updateTrustedOverlay()[all …]
502 if (!focus.mWinAnimator.hasSurface() || !focus.mInputWindowHandle.isFocusable()) { in updateInputFocusRequest()619 final InputWindowHandleWrapper inputWindowHandle = w.mInputWindowHandle; in accept()
325 w.mInputWindowHandle.forceChange(); in createSurfaceLocked()
9716 hostWindow.mInputWindowHandle.setFocusTransferTarget( in grantEmbeddedWindowFocus()9722 hostWindow.mInputWindowHandle.setFocusTransferTarget(null); in grantEmbeddedWindowFocus()
570 app.mInputWindowHandle.setDisplayId(mDisplayContent.getDisplayId() + 1); in testDisplayIdUpdatedOnReparent()573 assertThat(app.mInputWindowHandle.getDisplayId(), is(mDisplayContent.getDisplayId())); in testDisplayIdUpdatedOnReparent()919 win.mInputWindowHandle.getInputApplicationHandle(), win.getDisplayId()); in testUpdateInputWindowHandle()