Searched refs:firstGhost (Results 1 – 1 of 1) sorted by relevance
129 int firstGhost = moveGhostViewsToTop(overlay.mOverlayViewGroup, tempViews); in addGhost() local130 insertIntoOverlay(overlay.mOverlayViewGroup, parent, ghostView, tempViews, firstGhost); in addGhost()180 int firstGhost = numChildren - 1; in moveGhostViewsToTop() local185 firstGhost = i; in moveGhostViewsToTop()187 return firstGhost; in moveGhostViewsToTop()202 final int firstGhost; in moveGhostViewsToTop() local204 firstGhost = -1; in moveGhostViewsToTop()206 firstGhost = viewGroup.getChildCount(); in moveGhostViewsToTop()213 return firstGhost; in moveGhostViewsToTop()221 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() argument[all …]