SurfaceContainer
public
class
SurfaceContainer
extends Object
java.lang.Object | |
↳ | com.google.android.libraries.car.app.SurfaceContainer |
A container for the Surface
created by the host and its associated properties.
Summary
Public methods | |
---|---|
int
|
getDpi()
Returns the pixel density of the surface or 0 if the surface is not ready. |
int
|
getHeight()
Returns the height of the surface or 0 if the surface is not ready. |
Surface
|
getSurface()
Returns the |
int
|
getWidth()
Returns the width of the surface or 0 if the surface is not ready. |
String
|
toString()
|
Inherited methods | |
---|---|
Public methods
getDpi
public int getDpi ()
Returns the pixel density of the surface or 0 if the surface is not ready.
Returns | |
---|---|
int |
getHeight
public int getHeight ()
Returns the height of the surface or 0 if the surface is not ready.
Returns | |
---|---|
int |
getSurface
public Surface getSurface ()
Returns the Surface
held by the host or null
if the surface is not ready.
Returns | |
---|---|
Surface |
getWidth
public int getWidth ()
Returns the width of the surface or 0 if the surface is not ready.
Returns | |
---|---|
int |