Home
last modified time | relevance | path

Searched refs:touchableRegionCropHandle (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/gui/tests/
H A DWindowInfo_test.cpp46 sp<IBinder> touchableRegionCropHandle = new BBinder(); in TEST() local
78 i.touchableRegionCropHandle = touchableRegionCropHandle; in TEST()
117 ASSERT_EQ(i.touchableRegionCropHandle, i2.touchableRegionCropHandle); in TEST()
/aosp12/frameworks/native/libs/gui/
H A DWindowInfo.cpp118 parcel->writeStrongBinder(touchableRegionCropHandle.promote()) ?: in writeToParcel()
191 touchableRegionCropHandle = parcel->readStrongBinder(); in readFromParcel()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_input_InputWindowHandle.cpp104 mInfo.touchableRegionCropHandle.clear(); in ~NativeInputWindowHandle()
208 mInfo.touchableRegionCropHandle = ctrl->getHandle(); in updateInfo()
216 mInfo.touchableRegionCropHandle.clear(); in updateInfo()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h204 wp<IBinder> touchableRegionCropHandle; member
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2018 mDrawingState.touchableRegionCrop = fromHandle(info.touchableRegionCropHandle.promote()); in setInputInfo()