Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java40 final InputWindowHandle mWindowHandle; field in InputConsumerImpl
70 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 …]
H A DLetterbox.java276 private final InputWindowHandle mWindowHandle; field in Letterbox.InputInterceptor
291 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 …]
H A DInputMonitor.java265 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()
H A DTransition.java664 recentsAnimationInputConsumer.mWindowHandle.touchableRegion.set( in handleLegacyRecentsStartBehavior()
/aosp12/frameworks/av/media/ndk/
H A DNdkImageReader.cpp396 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()
H A DNdkImageReaderPriv.h166 native_handle_t* mWindowHandle = nullptr; member
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DMultiClientInputMethodManagerService.java593 final int mWindowHandle; field in MultiClientInputMethodManagerService.WindowInfo
597 mWindowHandle = windowCookie; in WindowInfo()
1377 if (windowInfo.mWindowHandle == targetWindowHandle) { in reportImeWindowTarget()
1710 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocusInternal()
1741 ? windowInfo.mWindowHandle in startInputOrWindowGainedFocusInternal()