Searched refs:newRelativeIndex (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AdapterViewAnimator.java | 536 int newRelativeIndex = i - newWindowStartUnbounded; in showOnly() local 545 mViewsMap.get(index).relativeIndex = newRelativeIndex; in showOnly() 546 applyTransformForChildAtIndex(view, newRelativeIndex); in showOnly() 547 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate); in showOnly() 564 mViewsMap.put(index, new ViewAndMetaData(fl, newRelativeIndex, in showOnly() 567 applyTransformForChildAtIndex(fl, newRelativeIndex); in showOnly() 568 transformViewForTransition(-1, newRelativeIndex, fl, animate); in showOnly()
|