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

  /frameworks/base/core/java/android/animation/
LayoutTransition.java 601 ViewParent parentParent = tempParent.getParent();
602 if (parentParent instanceof ViewGroup) {
603 setupChangeAnimation((ViewGroup)parentParent, changeReason, parentAnimator,
605 tempParent = (ViewGroup) parentParent;
    [all...]

Completed in 31 milliseconds