Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp1052 auto cropLayerSnapshot = getSnapshot(requested.touchCropId); in updateInput() local
1053 if (!cropLayerSnapshot && snapshot.inputInfo.replaceTouchableRegionWithCrop) { in updateInput()
1147 auto cropLayerSnapshot = getSnapshot(snapshot->touchCropId); in updateTouchableRegionCrop() local
1149 needsUpdate || (cropLayerSnapshot && cropLayerSnapshot->changes.any(AFFECTS_INPUT)); in updateTouchableRegionCrop()
1160 if (!cropLayerSnapshot) { in updateTouchableRegionCrop()
1166 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()
1168 getInputBoundsInDisplaySpace(*cropLayerSnapshot, inputBounds, in updateTouchableRegionCrop()
1172 } else if (cropLayerSnapshot) { in updateTouchableRegionCrop()
1174 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()
1176 getInputBoundsInDisplaySpace(*cropLayerSnapshot, inputBounds, in updateTouchableRegionCrop()