ViewAtIndex

class ViewAtIndex(val mTag: Int, val mIndex: Int)

Data structure that couples view tag to it's index in parent view. Used for managing children operation.

Constructors

Link copied to clipboard
constructor(mTag: Int, mIndex: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String