sdk-common / com.tomtom.online.sdk.common.util / ViewUtils

ViewUtils

open class ViewUtils

Utils methods related with views.

Constructors

<init>

ViewUtils()

Utils methods related with views.

Functions

isMeasured

open static fun isMeasured(view: View!): Boolean

Method to check if the view was measured.

runAfterLayout

open static fun runAfterLayout(view: View, runnable: Runnable): Unit

Method to invoke a job after view laid out.