Home
last modified time | relevance | path

Searched refs:tempParent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
DLayoutTransition.java777 ViewGroup tempParent = parent; in runChangeTransition() local
778 while (tempParent != null) { in runChangeTransition()
779 ViewParent parentParent = tempParent.getParent(); in runChangeTransition()
782 duration, tempParent); in runChangeTransition() local
783 tempParent = (ViewGroup) parentParent; in runChangeTransition()
785 tempParent = null; in runChangeTransition()