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

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 267 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) {
511 transformViewForTransition(oldRelativeIndex, -1, previousView, animate);
539 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate);
560 transformViewForTransition(-1, newRelativeIndex, fl, animate);
    [all...]
StackView.java 231 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) {
    [all...]

Completed in 142 milliseconds