Searched refs:mWindowHandle (Results 1 – 7 of 7) sorted by relevance
40 final InputWindowHandle mWindowHandle; field in InputConsumerImpl70 mWindowHandle.name = name; in InputConsumerImpl()73 mWindowHandle.layoutParamsFlags = 0; in InputConsumerImpl()75 mWindowHandle.visible = true; in InputConsumerImpl()76 mWindowHandle.focusable = false; in InputConsumerImpl()77 mWindowHandle.hasWallpaper = false; in InputConsumerImpl()78 mWindowHandle.paused = false; in InputConsumerImpl()79 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()81 mWindowHandle.inputFeatures = 0; in InputConsumerImpl()82 mWindowHandle.scaleFactor = 1.0f; in InputConsumerImpl()[all …]
276 private final InputWindowHandle mWindowHandle; field in Letterbox.InputInterceptor291 mWindowHandle.name = name; in InputInterceptor()292 mWindowHandle.token = mToken; in InputInterceptor()299 mWindowHandle.visible = true; in InputInterceptor()300 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()301 mWindowHandle.ownerUid = Process.myUid(); in InputInterceptor()302 mWindowHandle.scaleFactor = 1.0f; in InputInterceptor()310 mWindowHandle.token = null; in updateTouchableRegion()313 mWindowHandle.token = mToken; in updateTouchableRegion()314 mWindowHandle.touchableRegion.set(frame); in updateTouchableRegion()[all …]
265 consumer.mWindowHandle.hasWallpaper = true; in createInputConsumer()270 consumer.mWindowHandle.layoutParamsFlags |= FLAG_NOT_TOUCH_MODAL; in createInputConsumer()273 consumer.mWindowHandle.focusable = true; in createInputConsumer()448 requestFocus(recentsAnimationInputConsumer.mWindowHandle.token, in updateInputFocusRequest()591 mRecentsAnimationInputConsumer.mWindowHandle)) { in accept()605 mPipInputConsumer.mWindowHandle.replaceTouchableRegionWithCrop( in accept()
664 recentsAnimationInputConsumer.mWindowHandle.touchableRegion.set( in handleLegacyRecentsStartBehavior()
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()