Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DUxrPivotFilter.java42 void updatePivotIndex(int pivotIndex); in updatePivotIndex() method
76 public void updatePivotIndex(int pivotIndex) {
H A DUxrPivotFilterImpl.java155 public void updatePivotIndex(int pivotIndex) { in updatePivotIndex() method in UxrPivotFilterImpl
H A DPlaybackFragment.java331 mUxrPivotFilter.updatePivotIndex(getActiveItemIndex()); in updateActiveItem()