Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java599 ViewGroup tempParent = parent; in runChangeTransition() local
600 while (tempParent != null) { in runChangeTransition()
601 ViewParent parentParent = tempParent.getParent(); in runChangeTransition()
604 duration, tempParent); in runChangeTransition() local
605 tempParent = (ViewGroup) parentParent; in runChangeTransition()
607 tempParent = null; in runChangeTransition()