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 327 void applyTransformForChildAtIndex(View child, int relativeIndex) {
473 // applyTransformForChildAtIndex here just allows for any cleanup
475 applyTransformForChildAtIndex(viewToRemove, -1);
541 applyTransformForChildAtIndex(view, newRelativeIndex);
562 applyTransformForChildAtIndex(fl, newRelativeIndex);
    [all...]
StackView.java 529 void applyTransformForChildAtIndex(View child, int relativeIndex) {
    [all...]

Completed in 320 milliseconds