ReactZIndexedViewGroup

ViewGroup that supports z-index.

Inheritors

Functions

Link copied to clipboard
abstract fun getZIndexMappedChildIndex(index: Int): Int

Determine the index of a child view at index considering z-index.

Link copied to clipboard
abstract fun updateDrawingOrder()

Redraw the view based on updated child z-index. This should be called after updating one of its child z-index.