Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java104 ViewGroup oldGrandParent = (ViewGroup) oldParent.getParent(); in addGhost() local
105 if (oldGrandParent != overlayViewGroup) { in addGhost()
107 oldGrandParent.removeView(oldParent); in addGhost()