Searched refs:cropLayerSnapshot (Results 1 – 1 of 1) sorted by relevance
1121 auto cropLayerSnapshot = getSnapshot(requested.touchCropId); in updateInput() local1122 if (!cropLayerSnapshot && snapshot.inputInfo.replaceTouchableRegionWithCrop) { in updateInput()1218 auto cropLayerSnapshot = getSnapshot(snapshot->touchCropId); in updateTouchableRegionCrop() local1220 needsUpdate || (cropLayerSnapshot && cropLayerSnapshot->changes.any(AFFECTS_INPUT)); in updateTouchableRegionCrop()1231 if (!cropLayerSnapshot) { in updateTouchableRegionCrop()1237 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()1239 getInputBoundsInDisplaySpace(*cropLayerSnapshot, inputBounds, in updateTouchableRegionCrop()1243 } else if (cropLayerSnapshot) { in updateTouchableRegionCrop()1245 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()1247 getInputBoundsInDisplaySpace(*cropLayerSnapshot, inputBounds, in updateTouchableRegionCrop()