Home
last modified time | relevance | path

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

/xr/compose/compose/src/main/kotlin/androidx/xr/compose/subspace/layout/
DCoreEntity.kt257 private var currentFeatheringEffect: SpatialFeatheringEffect = variable in CoreSurfaceEntity
278 currentFeatheringEffect = featheringEffect in setFeatheringEffect()
283 (currentFeatheringEffect as? SpatialSmoothFeatheringEffect)?.let { in updateFeathering()