Home
last modified time | relevance | path

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

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