AndroidExternalSurfaceZOrder



Defines the z-order of an AndroidExternalSurface. When using an AndroidExternalSurface, a new Surface is created and displayed as a separate window layer whose position in the windows layer stack relative to the parent window is decided by its z-order. This class provides constants to set that z-order.

Summary

Public companion properties

AndroidExternalSurfaceZOrder

The Surface's window layer is positioned behind the parent window.

android
AndroidExternalSurfaceZOrder

The Surface's window layer is positioned behind the parent window but above other Surface window layers marked Behind.

android
AndroidExternalSurfaceZOrder

The Surface's window layer is positioned above the parent window.

android

Public properties

Int
android

Public companion properties

Behind

val BehindAndroidExternalSurfaceZOrder

The Surface's window layer is positioned behind the parent window.

MediaOverlay

val MediaOverlayAndroidExternalSurfaceZOrder

The Surface's window layer is positioned behind the parent window but above other Surface window layers marked Behind.

OnTop

val OnTopAndroidExternalSurfaceZOrder

The Surface's window layer is positioned above the parent window.

Public properties

zOrder

val zOrderInt