---
title: "drawAndroidView"
description: "Called to ask the owner to draw a child Android [View] to [canvas]."
type: "function"
lastmod: "2026-08-27"
---
## API Reference

### drawAndroidView

> Source set: Android

```kotlin
fun drawAndroidView(view: AndroidViewHolder, canvas: android.graphics.Canvas)
```

Called to ask the owner to draw a child Android `View` to `canvas`.
