Package com.tomtom.sdk.common.ui

Types

Link copied to clipboard
data class ViewBoundaries(    val top: Int,     val right: Int,     val bottom: Int,     val left: Int)

Defines view position in px on the screen.

Functions

Link copied to clipboard
fun View.viewBoundaries(): ViewBoundaries

Extension that calculates ViewBoundaries of a View.