GemSurfaceContainerAdapter

Adapter that will be implemented over androidx.car.app.SurfaceContainer.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getDpi(): Int

Value provided on SurfaceContainer.dpi

Link copied to clipboard
abstract fun getHeight(): Int

Value provided on SurfaceContainer.height

Link copied to clipboard
abstract fun getSurface(): Surface?

Value provided on SurfaceContainer.surface

Link copied to clipboard
abstract fun getWidth(): Int

Value provided on SurfaceContainer.width