HomeSort by relevance Sort by last modified time
    Searched refs:applyTransformForChildAtIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 322 void applyTransformForChildAtIndex(View child, int relativeIndex) {
468 // applyTransformForChildAtIndex here just allows for any cleanup
470 applyTransformForChildAtIndex(viewToRemove, -1);
536 applyTransformForChildAtIndex(view, newRelativeIndex);
557 applyTransformForChildAtIndex(fl, newRelativeIndex);
    [all...]
StackView.java 522 void applyTransformForChildAtIndex(View child, int relativeIndex) {
    [all...]

Completed in 50 milliseconds