Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java129 int firstGhost = moveGhostViewsToTop(overlay.mOverlayViewGroup, tempViews); in addGhost() local
130 insertIntoOverlay(overlay.mOverlayViewGroup, parent, ghostView, tempViews, firstGhost); in addGhost()
180 int firstGhost = numChildren - 1; in moveGhostViewsToTop() local
185 firstGhost = i; in moveGhostViewsToTop()
187 return firstGhost; in moveGhostViewsToTop()
202 final int firstGhost; in moveGhostViewsToTop() local
204 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 …]