Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java259 ArrayList<View> ancestorChain = new ArrayList<View>(); in getDescendantCoordRelativeToParent() local
265 ancestorChain.add(v); in getDescendantCoordRelativeToParent()
268 ancestorChain.add(root); in getDescendantCoordRelativeToParent()
271 int count = ancestorChain.size(); in getDescendantCoordRelativeToParent()
273 View v0 = ancestorChain.get(i); in getDescendantCoordRelativeToParent()
297 ArrayList<View> ancestorChain = new ArrayList<View>(); in mapCoordInSelfToDescendent() local
303 ancestorChain.add(v); in mapCoordInSelfToDescendent()
306 ancestorChain.add(root); in mapCoordInSelfToDescendent()
310 int count = ancestorChain.size(); in mapCoordInSelfToDescendent()
312 View ancestor = ancestorChain.get(i); in mapCoordInSelfToDescendent()
[all …]