Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp1121 auto cropLayerSnapshot = getSnapshot(requested.touchCropId); in updateInput() local
1122 if (!cropLayerSnapshot && snapshot.inputInfo.replaceTouchableRegionWithCrop) { in updateInput()
1218 auto cropLayerSnapshot = getSnapshot(snapshot->touchCropId); in updateTouchableRegionCrop() local
1220 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()