Home
last modified time | relevance | path

Searched refs:mLastItemCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/widget/
DPagedListView.java126 private int mLastItemCount; field in PagedListView
975 mLastItemCount, in onLayout()
994 if (itemCount > mLastItemCount && focusedChild == firstBorn) { in onLayout()
997 mLastItemCount = itemCount; in onLayout()