Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java214 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() argument
221 int index = getInsertIndex(viewGroup, viewParents, tempParents, firstGhost); in insertIntoOverlay()
236 ArrayList<View> tempParents, int firstGhost) { in getInsertIndex() argument
244 getParents(midView.mView, tempParents); in getInsertIndex()
245 if (isOnTop(viewParents, tempParents)) { in getInsertIndex()
250 tempParents.clear(); in getInsertIndex()