HardwareRendererCompat


class HardwareRendererCompat


Helper class that provides isDrawingEnabled and setDrawingEnabled functionality on emulator platforms that backported this functionality from a future android API.

Summary

Public functions

java-static Boolean

Call to isDrawingEnabled

java-static Unit
setDrawingEnabled(renderingEnabled: Boolean)

Call to setDrawingEnabled

Public functions

isDrawingEnabled

java-static fun isDrawingEnabled(): Boolean

Call to isDrawingEnabled

Will always return true if isDrawingEnabled does not exist on this platform.

setDrawingEnabled

java-static fun setDrawingEnabled(renderingEnabled: Boolean): Unit

Call to setDrawingEnabled

Has no effective if this method does not exist on this platform.