-
public interface ReactZIndexedViewGroup
ViewGroup that supports z-index.
-
-
Method Summary
Modifier and Type Method Description abstract int
getZIndexMappedChildIndex(int index)
Determine the index of a child view at {@param index} considering z-index. abstract void
updateDrawingOrder()
Redraw the view based on updated child z-index. -
-
Method Detail
-
getZIndexMappedChildIndex
abstract int getZIndexMappedChildIndex(int index)
Determine the index of a child view at {@param index} considering z-index.
- Parameters:
index
- The child view index
-
updateDrawingOrder
abstract void updateDrawingOrder()
Redraw the view based on updated child z-index. This should be called after updating one of itschild z-index.
-
-
-
-