Searched refs:applyTransformForChildAtIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java319 void applyTransformForChildAtIndex(View child, int relativeIndex) { method in class:AdapterViewAnimator
461 // applyTransformForChildAtIndex here just allows for any cleanup
463 applyTransformForChildAtIndex(viewToRemove, -1);
529 applyTransformForChildAtIndex(view, newRelativeIndex);
550 applyTransformForChildAtIndex(fl, newRelativeIndex);
H A DStackView.java519 void applyTransformForChildAtIndex(View child, int relativeIndex) { method in class:StackView

Completed in 67 milliseconds