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

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 269 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) {
514 transformViewForTransition(oldRelativeIndex, -1, previousView, animate);
542 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate);
563 transformViewForTransition(-1, newRelativeIndex, fl, animate);
    [all...]
StackView.java 233 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) {
    [all...]

Completed in 78 milliseconds