Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java124 int firstGhost = moveGhostViewsToTop(overlay.mOverlayViewGroup, tempViews); in addGhost() local
125 insertIntoOverlay(overlay.mOverlayViewGroup, parent, ghostView, tempViews, firstGhost); in addGhost()
173 int firstGhost = numChildren - 1; in moveGhostViewsToTop() local
178 firstGhost = i; in moveGhostViewsToTop()
180 return firstGhost; in moveGhostViewsToTop()
195 final int firstGhost; in moveGhostViewsToTop() local
197 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 …]