Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java99 ViewOverlay.OverlayViewGroup overlayViewGroup = overlay.mOverlayViewGroup; in addGhost() local
105 if (oldGrandParent != overlayViewGroup) { in addGhost()
235 private static int getInsertIndex(ViewGroup overlayViewGroup, ArrayList<View> viewParents, in getInsertIndex() argument
238 int high = overlayViewGroup.getChildCount() - 1; in getInsertIndex()
242 ViewGroup wrapper = (ViewGroup) overlayViewGroup.getChildAt(mid); in getInsertIndex()