Searched refs:mWindowHandle (Results 1 – 6 of 6) sorted by relevance
40 final InputWindowHandle mWindowHandle; field in InputConsumerImpl69 mWindowHandle = new InputWindowHandle(mApplicationHandle, displayId); in InputConsumerImpl()70 mWindowHandle.name = name; in InputConsumerImpl()71 mWindowHandle.token = mClientChannel.getToken(); in InputConsumerImpl()72 mWindowHandle.layoutParamsType = WindowManager.LayoutParams.TYPE_INPUT_CONSUMER; in InputConsumerImpl()73 mWindowHandle.layoutParamsFlags = 0; in InputConsumerImpl()74 mWindowHandle.dispatchingTimeoutMillis = DEFAULT_DISPATCHING_TIMEOUT_MILLIS; in InputConsumerImpl()75 mWindowHandle.visible = true; in InputConsumerImpl()76 mWindowHandle.focusable = false; in InputConsumerImpl()77 mWindowHandle.hasWallpaper = false; in InputConsumerImpl()[all …]
208 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()215 final InputWindowHandle mWindowHandle; field in Letterbox.InputInterceptor228 mWindowHandle = new InputWindowHandle(null /* inputApplicationHandle */, in InputInterceptor()230 mWindowHandle.name = name; in InputInterceptor()231 mWindowHandle.token = mToken; in InputInterceptor()232 mWindowHandle.layoutParamsFlags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in InputInterceptor()236 mWindowHandle.layoutParamsType = WindowManager.LayoutParams.TYPE_INPUT_CONSUMER; in InputInterceptor()237 mWindowHandle.dispatchingTimeoutMillis = DEFAULT_DISPATCHING_TIMEOUT_MILLIS; in InputInterceptor()238 mWindowHandle.visible = true; in InputInterceptor()239 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()[all …]
252 consumer.mWindowHandle.hasWallpaper = true; in createInputConsumer()257 consumer.mWindowHandle.layoutParamsFlags |= FLAG_NOT_TOUCH_MODAL; in createInputConsumer()260 consumer.mWindowHandle.focusable = true; in createInputConsumer()407 requestFocus(recentsAnimationInputConsumer.mWindowHandle.token, in updateInputFocusRequest()541 mRecentsAnimationInputConsumer.mWindowHandle)) { in accept()550 mPipInputConsumer.mWindowHandle.replaceTouchableRegionWithCrop( in accept()
396 if (mWindowHandle != nullptr) { in close()397 int size = mWindowHandle->data[0]; in close()400 reinterpret_cast<uint8_t *>(&mWindowHandle->data[1]), size); in close()402 native_handle_delete(mWindowHandle); in close()568 if (mWindowHandle != nullptr) { in getWindowNativeHandle()569 *handle = mWindowHandle; in getWindowNativeHandle()578 mWindowHandle = convertHalTokenToNativeHandle(halToken); in getWindowNativeHandle()579 if (!mWindowHandle) { in getWindowNativeHandle()582 *handle = mWindowHandle; in getWindowNativeHandle()
166 native_handle_t* mWindowHandle = nullptr; member
593 final int mWindowHandle; field in MultiClientInputMethodManagerService.WindowInfo597 mWindowHandle = windowCookie; in WindowInfo()1377 if (windowInfo.mWindowHandle == targetWindowHandle) { in reportImeWindowTarget()1710 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocusInternal()1741 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocusInternal()