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

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 264 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) {
509 transformViewForTransition(oldRelativeIndex, -1, previousView, animate);
537 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate);
558 transformViewForTransition(-1, newRelativeIndex, fl, animate);
    [all...]
StackView.java 226 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) {
    [all...]

Completed in 699 milliseconds