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

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 325 void applyTransformForChildAtIndex(View child, int relativeIndex) {
470 // applyTransformForChildAtIndex here just allows for any cleanup
472 applyTransformForChildAtIndex(viewToRemove, -1);
538 applyTransformForChildAtIndex(view, newRelativeIndex);
559 applyTransformForChildAtIndex(fl, newRelativeIndex);
    [all...]
StackView.java 528 void applyTransformForChildAtIndex(View child, int relativeIndex) {
    [all...]

Completed in 185 milliseconds