/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 152 public boolean replaceTouchableRegionWithCrop; field in InputWindowHandle 207 replaceTouchableRegionWithCrop = other.replaceTouchableRegionWithCrop; in InputWindowHandle() 251 public void replaceTouchableRegionWithCrop(@Nullable SurfaceControl bounds) { in replaceTouchableRegionWithCrop() method in InputWindowHandle 253 replaceTouchableRegionWithCrop = true; in replaceTouchableRegionWithCrop()
|
/frameworks/native/libs/gui/tests/ |
D | WindowInfo_test.cpp | 68 i.replaceTouchableRegionWithCrop = true; in TEST() 99 ASSERT_EQ(i.replaceTouchableRegionWithCrop, i2.replaceTouchableRegionWithCrop); in TEST()
|
D | EndToEndNativeInputTest.cpp | 540 fgSurface->mInputInfo.replaceTouchableRegionWithCrop = true; in TEST_F() 1100 containerSurface->mInputInfo.replaceTouchableRegionWithCrop = true; in TEST_F() 1125 containerSurface->mInputInfo.replaceTouchableRegionWithCrop = true; in TEST_F() 1150 containerSurface->mInputInfo.replaceTouchableRegionWithCrop = true; in TEST_F()
|
/frameworks/native/libs/gui/ |
D | WindowInfo.cpp | 102 info.replaceTouchableRegionWithCrop == replaceTouchableRegionWithCrop && in operator ==() 152 parcel->writeBool(replaceTouchableRegionWithCrop) ?: in writeToParcel() 205 parcel->readBool(&replaceTouchableRegionWithCrop) ?: in readFromParcel()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputWindowHandleWrapper.java | 259 if (mHandle.replaceTouchableRegionWithCrop == replace) { in setReplaceTouchableRegionWithCrop() 262 mHandle.replaceTouchableRegionWithCrop = replace; in setReplaceTouchableRegionWithCrop()
|
D | ActivityRecordInputSink.java | 105 inputWindowHandle.replaceTouchableRegionWithCrop = true; in createInputWindowHandle()
|
D | InputMonitor.java | 654 mPipInputConsumer.mWindowHandle.replaceTouchableRegionWithCrop( in accept() 670 .replaceTouchableRegionWithCrop(null /* use this surface's bounds */); in accept()
|
D | WindowManagerService.java | 9295 h.replaceTouchableRegionWithCrop(null); in updateInputChannel() 9298 h.replaceTouchableRegionWithCrop = false; in updateInputChannel()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 72 jfieldID replaceTouchableRegionWithCrop; member 183 mInfo.replaceTouchableRegionWithCrop = env->GetBooleanField(obj, in updateInfo() 184 gInputWindowHandleClassInfo.replaceTouchableRegionWithCrop); in updateInfo() 434 GET_FIELD_ID(gInputWindowHandleClassInfo.replaceTouchableRegionWithCrop, clazz, in register_android_view_InputWindowHandle()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | GestureMonitorSpyWindow.java | 64 mWindowHandle.replaceTouchableRegionWithCrop(null /* use this surface's bounds */); in GestureMonitorSpyWindow()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | HandwritingEventReceiverSurface.java | 63 mWindowHandle.replaceTouchableRegionWithCrop(null /* use this surface's bounds */); in HandwritingEventReceiverSurface()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshot.cpp | 285 if (inputInfo.replaceTouchableRegionWithCrop) debug << " replaceTouchableRegionWithCrop"; in getDebugString() 319 if (obj.inputInfo.replaceTouchableRegionWithCrop) out << " replaceTouchableRegionWithCrop"; in operator <<()
|
D | LayerSnapshotBuilder.cpp | 1122 if (!cropLayerSnapshot && snapshot.inputInfo.replaceTouchableRegionWithCrop) { in updateInput() 1229 if (snapshot->inputInfo.replaceTouchableRegionWithCrop) { in updateTouchableRegionCrop()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHierarchyTest.h | 314 bool replaceTouchableRegionWithCrop) { in setTouchableRegionCrop() argument 325 inputInfo->replaceTouchableRegionWithCrop = replaceTouchableRegionWithCrop; in setTouchableRegionCrop()
|
/frameworks/native/libs/gui/include/gui/ |
D | WindowInfo.h | 239 bool replaceTouchableRegionWithCrop = false; member
|
/frameworks/native/services/surfaceflinger/Tracing/ |
D | TransactionProtoParser.cpp | 217 inputInfo->replaceTouchableRegionWithCrop); in toProto() 484 inputInfo.replaceTouchableRegionWithCrop = in fromProto()
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 210 proto->set_replace_touchable_region_with_crop(inputInfo.replaceTouchableRegionWithCrop); in writeToProto()
|
D | Layer.cpp | 2503 if (info.replaceTouchableRegionWithCrop) { in fillInputInfo()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowStateTests.java | 931 assertFalse(handle.replaceTouchableRegionWithCrop); in testUpdateInputWindowHandle()
|