---
title: "updateParentLayoutCoordinates"
description: "Updates the [LayoutCoordinates] object that is used by [updateParentBounds] to calculate the position of the popup."
type: "function"
lastmod: "2026-08-27"
---
## API Reference

### updateParentLayoutCoordinates

> Source set: Android

```kotlin
fun updateParentLayoutCoordinates(parentLayoutCoordinates: LayoutCoordinates)
```

Updates the [LayoutCoordinates](/jetpack-compose/androidx.compose.ui/ui/interfaces/LayoutCoordinates/api) object that is used by `updateParentBounds` to calculate the
position of the popup. If the new [LayoutCoordinates](/jetpack-compose/androidx.compose.ui/ui/interfaces/LayoutCoordinates/api) reports new parent bounds, calls
[updatePosition](/jetpack-compose/androidx.compose.ui/ui/functions/updatePosition/api).
