Searched refs:mWindowHandle (Results 1 – 6 of 6) sorted by relevance
38 final InputWindowHandle mWindowHandle; field in InputConsumerImpl75 mWindowHandle = new InputWindowHandle(mApplicationHandle, null, displayId); in InputConsumerImpl()76 mWindowHandle.name = name; in InputConsumerImpl()77 mWindowHandle.token = mServerChannel.getToken(); in InputConsumerImpl()78 mWindowHandle.layoutParamsType = WindowManager.LayoutParams.TYPE_INPUT_CONSUMER; in InputConsumerImpl()79 mWindowHandle.layer = getLayerLw(mWindowHandle.layoutParamsType); in InputConsumerImpl()80 mWindowHandle.layoutParamsFlags = 0; in InputConsumerImpl()81 mWindowHandle.dispatchingTimeoutNanos = in InputConsumerImpl()83 mWindowHandle.visible = true; in InputConsumerImpl()84 mWindowHandle.canReceiveKeys = false; in InputConsumerImpl()[all …]
159 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()167 final InputWindowHandle mWindowHandle; field in Letterbox.InputInterceptor182 mWindowHandle = new InputWindowHandle(null /* inputApplicationHandle */, in InputInterceptor()184 mWindowHandle.name = name; in InputInterceptor()185 mWindowHandle.token = mToken; in InputInterceptor()186 mWindowHandle.layoutParamsFlags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in InputInterceptor()190 mWindowHandle.layoutParamsType = WindowManager.LayoutParams.TYPE_INPUT_CONSUMER; in InputInterceptor()191 mWindowHandle.dispatchingTimeoutNanos = in InputInterceptor()193 mWindowHandle.visible = true; in InputInterceptor()194 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()[all …]
107 if (mInputMonitor.destroyInputConsumer(mWindowHandle.name)) { in dismiss()238 consumer.mWindowHandle.hasWallpaper = true; in createInputConsumer()243 consumer.mWindowHandle.layoutParamsFlags |= FLAG_NOT_TOUCH_MODAL; in createInputConsumer()481 recentsAnimationInputConsumer.mWindowHandle, hasFocus)) { in accept()496 pipInputConsumer.mWindowHandle.touchableRegion.set(mTmpRect); in accept()503 && inputWindowHandle.layer <= navInputConsumer.mWindowHandle.layer) { in accept()
386 if (mWindowHandle != nullptr) { in ~AImageReader()387 int size = mWindowHandle->data[0]; in ~AImageReader()390 reinterpret_cast<uint8_t *>(&mWindowHandle->data[1]), size); in ~AImageReader()392 native_handle_delete(mWindowHandle); in ~AImageReader()558 if (mWindowHandle != nullptr) { in getWindowNativeHandle()559 *handle = mWindowHandle; in getWindowNativeHandle()568 mWindowHandle = convertHalTokenToNativeHandle(halToken); in getWindowNativeHandle()569 if (!mWindowHandle) { in getWindowNativeHandle()572 *handle = mWindowHandle; in getWindowNativeHandle()
165 native_handle_t* mWindowHandle = nullptr; member
541 final int mWindowHandle; field in MultiClientInputMethodManagerService.WindowInfo545 mWindowHandle = windowCookie; in WindowInfo()1315 if (windowInfo.mWindowHandle == targetWindowHandle) { in reportImeWindowTarget()1599 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocus()1631 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocus()