Searched refs:newRelativeIndex (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AdapterViewAnimator.java | 531 int newRelativeIndex = i - newWindowStartUnbounded; in showOnly() local 540 mViewsMap.get(index).relativeIndex = newRelativeIndex; in showOnly() 541 applyTransformForChildAtIndex(view, newRelativeIndex); in showOnly() 542 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate); in showOnly() 559 mViewsMap.put(index, new ViewAndMetaData(fl, newRelativeIndex, in showOnly() 562 applyTransformForChildAtIndex(fl, newRelativeIndex); in showOnly() 563 transformViewForTransition(-1, newRelativeIndex, fl, animate); in showOnly()
|