Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DContentLimitingAdapter.java300 public void updateUnderlyingDataChanged(int unrestrictedCount, int newPivotIndex) { in updateUnderlyingDataChanged() argument
301 mRangeFilter.recompute(unrestrictedCount, newPivotIndex); in updateUnderlyingDataChanged()
308 public void notifyLimitingAnchorChanged(int newPivotIndex) { in notifyLimitingAnchorChanged() argument
309 mRangeFilter.notifyPivotIndexChanged(newPivotIndex); in notifyLimitingAnchorChanged()