Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getInstance(result: LithoLayoutResult, componentIndex: Int, x: Int, y: Int, xOffset: Int, yOffset: Int): DebugComponent?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getVisibilityOutput(debugComponent: DebugComponent, layoutState: LayoutState): VisibilityOutput?
Link copied to clipboard
fun isExcludedFromIncrementalMount(debugComponent: DebugComponent, layoutState: LayoutState): Boolean
Returns whether this Component should be considered to be mounted, even outside of incremental mount.
Link copied to clipboard