Searched defs:CollectionInfo (Results 1 – 2 of 2) sorted by relevance
138 private val CollectionInfo.isLazyCollection constant141 private fun CollectionInfo.toAccessibilityCollectionInfo() = in toAccessibilityCollectionInfo() method
68 val CollectionInfo = AccessibilityKey<CollectionInfo>("CollectionInfo") in <lambda>() constant600 class CollectionInfo(val rowCount: Int, val columnCount: Int) class