Home
last modified time | relevance | path

Searched refs:mWindowHandle (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java38 final InputWindowHandle mWindowHandle; field in InputConsumerImpl
75 mWindowHandle = new InputWindowHandle(mApplicationHandle, 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.layoutParamsFlags = 0; in InputConsumerImpl()
80 mWindowHandle.dispatchingTimeoutNanos = in InputConsumerImpl()
82 mWindowHandle.visible = true; in InputConsumerImpl()
83 mWindowHandle.canReceiveKeys = false; in InputConsumerImpl()
84 mWindowHandle.hasFocus = false; in InputConsumerImpl()
[all …]
DLetterbox.java187 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()
195 final InputWindowHandle mWindowHandle; field in Letterbox.InputInterceptor
211 mWindowHandle = new InputWindowHandle(null /* inputApplicationHandle */, in InputInterceptor()
213 mWindowHandle.name = name; in InputInterceptor()
214 mWindowHandle.token = mToken; in InputInterceptor()
215 mWindowHandle.layoutParamsFlags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE in InputInterceptor()
219 mWindowHandle.layoutParamsType = WindowManager.LayoutParams.TYPE_INPUT_CONSUMER; in InputInterceptor()
220 mWindowHandle.dispatchingTimeoutNanos = in InputInterceptor()
222 mWindowHandle.visible = true; in InputInterceptor()
223 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
[all …]
DInputMonitor.java244 consumer.mWindowHandle.hasWallpaper = true; in createInputConsumer()
249 consumer.mWindowHandle.layoutParamsFlags |= FLAG_NOT_TOUCH_MODAL; in createInputConsumer()
504 mRecentsAnimationInputConsumer.mWindowHandle, hasFocus)) { in accept()
513 mPipInputConsumer.mWindowHandle.replaceTouchableRegionWithCrop( in accept()
/frameworks/av/media/ndk/
DNdkImageReader.cpp395 if (mWindowHandle != nullptr) { in close()
396 int size = mWindowHandle->data[0]; in close()
399 reinterpret_cast<uint8_t *>(&mWindowHandle->data[1]), size); in close()
401 native_handle_delete(mWindowHandle); in close()
567 if (mWindowHandle != nullptr) { in getWindowNativeHandle()
568 *handle = mWindowHandle; in getWindowNativeHandle()
577 mWindowHandle = convertHalTokenToNativeHandle(halToken); in getWindowNativeHandle()
578 if (!mWindowHandle) { in getWindowNativeHandle()
581 *handle = mWindowHandle; in getWindowNativeHandle()
DNdkImageReaderPriv.h166 native_handle_t* mWindowHandle = nullptr; member
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java583 final int mWindowHandle; field in MultiClientInputMethodManagerService.WindowInfo
587 mWindowHandle = windowCookie; in WindowInfo()
1357 if (windowInfo.mWindowHandle == targetWindowHandle) { in reportImeWindowTarget()
1659 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocus()
1691 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocus()