Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputWindow_test.cpp40 sp<IBinder> touchableRegionCropHandle = new BBinder(); in TEST() local
67 i.touchableRegionCropHandle = touchableRegionCropHandle; in TEST()
99 ASSERT_EQ(i.touchableRegionCropHandle, i2.touchableRegionCropHandle); in TEST()
/frameworks/native/libs/input/
DInputWindow.cpp103 output.writeStrongBinder(touchableRegionCropHandle.promote()); in write()
141 ret.touchableRegionCropHandle = from.readStrongBinder(); in read()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp87 mInfo.touchableRegionCropHandle.clear(); in ~NativeInputWindowHandle()
192 mInfo.touchableRegionCropHandle = ctrl->getHandle(); in updateInfo()
200 mInfo.touchableRegionCropHandle.clear(); in updateInfo()
/frameworks/native/include/input/
DInputWindow.h173 wp<IBinder> touchableRegionCropHandle; member
/frameworks/native/services/surfaceflinger/
DLayer.cpp2191 mCurrentState.touchableRegionCrop = extractLayerFromBinder(info.touchableRegionCropHandle); in setInputInfo()