Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGhostView.java220 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() argument
227 int index = getInsertIndex(viewGroup, viewParents, tempParents, firstGhost); in insertIntoOverlay()
242 ArrayList<View> tempParents, int firstGhost) { in getInsertIndex() argument
250 getParents(midView.mView, tempParents); in getInsertIndex()
251 if (isOnTop(viewParents, tempParents)) { in getInsertIndex()
256 tempParents.clear(); in getInsertIndex()