Home
last modified time | relevance | path

Searched refs:touchableRegionCropHandle (Results 1 – 6 of 6) 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/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp66 WeakRefHandleField touchableRegionCropHandle; member
176 gInputWindowHandleClassInfo.touchableRegionCropHandle.handle); in updateInfo()
180 gInputWindowHandleClassInfo.touchableRegionCropHandle.get); in updateInfo()
182 mInfo.touchableRegionCropHandle = ibinderForJavaObject(env, strongHandleObj); in updateInfo()
185 mInfo.touchableRegionCropHandle.clear(); in updateInfo()
343 GET_METHOD_ID(gInputWindowHandleClassInfo.touchableRegionCropHandle.get, weakRefClazz, in register_android_view_InputWindowHandle()
346 GET_FIELD_ID(gInputWindowHandleClassInfo.touchableRegionCropHandle.handle, clazz, in register_android_view_InputWindowHandle()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java112 public WeakReference<IBinder> touchableRegionCropHandle = new WeakReference<>(null); field in InputWindowHandle
168 touchableRegionCropHandle = new WeakReference<>(bounds.getHandle()); in setTouchableRegionCrop()
/frameworks/native/libs/input/
DInputWindow.cpp102 output.writeWeakBinder(touchableRegionCropHandle); in write()
145 ret.touchableRegionCropHandle = from.readWeakBinder(); in read()
/frameworks/native/include/input/
DInputWindow.h169 wp<IBinder> touchableRegionCropHandle; member
/frameworks/native/services/surfaceflinger/
DLayer.cpp1871 mCurrentState.touchableRegionCrop = extractLayerFromBinder(info.touchableRegionCropHandle); in setInputInfo()