Searched refs:overlayViewGroup (Results 1 – 1 of 1) sorted by relevance
99 ViewOverlay.OverlayViewGroup overlayViewGroup = overlay.mOverlayViewGroup; in addGhost() local105 if (oldGrandParent != overlayViewGroup) { in addGhost()235 private static int getInsertIndex(ViewGroup overlayViewGroup, ArrayList<View> viewParents, in getInsertIndex() argument238 int high = overlayViewGroup.getChildCount() - 1; in getInsertIndex()242 ViewGroup wrapper = (ViewGroup) overlayViewGroup.getChildAt(mid); in getInsertIndex()