Package 

Interface ReactZIndexedViewGroup

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.