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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java322 void applyTransformForChildAtIndex(View child, int relativeIndex) { method in class:AdapterViewAnimator
468 // applyTransformForChildAtIndex here just allows for any cleanup
470 applyTransformForChildAtIndex(viewToRemove, -1);
536 applyTransformForChildAtIndex(view, newRelativeIndex);
557 applyTransformForChildAtIndex(fl, newRelativeIndex);
H A DStackView.java522 void applyTransformForChildAtIndex(View child, int relativeIndex) { method in class:StackView

Completed in 203 milliseconds