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