Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java221 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() argument
228 int index = getInsertIndex(viewGroup, viewParents, tempParents, firstGhost); in insertIntoOverlay()
243 ArrayList<View> tempParents, int firstGhost) { in getInsertIndex() argument
251 getParents(midView.mView, tempParents); in getInsertIndex()
252 if (isOnTop(viewParents, tempParents)) { in getInsertIndex()
257 tempParents.clear(); in getInsertIndex()