Searched defs:dataCount (Results 1 – 5 of 5) sorted by relevance
| /paging/paging-common/src/commonMain/kotlin/androidx/paging/ | ||
| D | PlaceholderPaddedList.kt | 30 public val dataCount: Int constant |
| D | PageStore.kt | 43 override var dataCount: Int = pages.fullCount() variable |
| /paging/paging-common/src/commonJvmAndroidMain/kotlin/androidx/paging/ | ||
| D | PagedStorage.jvm.kt | 51 override var dataCount: Int = 0 in <lambda>() variable in androidx.paging.PagedStorage |
| /paging/paging-runtime/src/androidTest/java/androidx/paging/ | ||
| D | PlaceholderPaddedListDiffHelperTest.kt | 47 override val dataCount: Int in <lambda>() constant in androidx.paging.PlaceholderPaddedListDiffHelperTest.Storage |
| D | PlaceholderPaddedListDiffWithRecyclerViewTest.kt | 632 override val dataCount: Int in <lambda>() constant in androidx.paging.PlaceholderPaddedStorage |