Searched refs:firstGhost (Results 1 – 1 of 1) sorted by relevance
124 int firstGhost = moveGhostViewsToTop(overlay.mOverlayViewGroup, tempViews); in addGhost() local125 insertIntoOverlay(overlay.mOverlayViewGroup, parent, ghostView, tempViews, firstGhost); in addGhost()173 int firstGhost = numChildren - 1; in moveGhostViewsToTop() local178 firstGhost = i; in moveGhostViewsToTop()180 return firstGhost; in moveGhostViewsToTop()195 final int firstGhost; in moveGhostViewsToTop() local197 firstGhost = -1; in moveGhostViewsToTop()199 firstGhost = viewGroup.getChildCount(); in moveGhostViewsToTop()206 return firstGhost; in moveGhostViewsToTop()214 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() argument[all …]