Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputWindowHandle.java119 public boolean replaceTouchableRegionWithCrop; field in InputWindowHandle
158 public void replaceTouchableRegionWithCrop(@Nullable SurfaceControl bounds) { in replaceTouchableRegionWithCrop() method in InputWindowHandle
160 replaceTouchableRegionWithCrop = true; in replaceTouchableRegionWithCrop()
/frameworks/native/libs/input/tests/
DInputWindow_test.cpp66 i.replaceTouchableRegionWithCrop = true; in TEST()
98 ASSERT_EQ(i.replaceTouchableRegionWithCrop, i2.replaceTouchableRegionWithCrop); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp66 jfieldID replaceTouchableRegionWithCrop; member
179 mInfo.replaceTouchableRegionWithCrop = env->GetBooleanField(obj, in updateInfo()
180 gInputWindowHandleClassInfo.replaceTouchableRegionWithCrop); in updateInfo()
344 GET_FIELD_ID(gInputWindowHandleClassInfo.replaceTouchableRegionWithCrop, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/libs/input/
DInputWindow.cpp101 output.writeBool(replaceTouchableRegionWithCrop); in write()
144 ret.replaceTouchableRegionWithCrop = from.readBool(); in read()
/frameworks/native/include/input/
DInputWindow.h168 bool replaceTouchableRegionWithCrop; member
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp148 proto->set_replace_touchable_region_with_crop(inputInfo.replaceTouchableRegionWithCrop); in writeToProto()
DLayer.cpp2087 if (info.replaceTouchableRegionWithCrop) { in fillInputInfo()