Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DUtilities.java47 ArrayList<View> ancestorChain = new ArrayList<View>(); in mapCoordInDescendentToSelf() local
53 ancestorChain.add(v); in mapCoordInDescendentToSelf()
56 ancestorChain.add(root); in mapCoordInDescendentToSelf()
59 int count = ancestorChain.size(); in mapCoordInDescendentToSelf()
61 View v0 = ancestorChain.get(i); in mapCoordInDescendentToSelf()
83 ArrayList<View> ancestorChain = new ArrayList<View>(); in mapCoordInSelfToDescendent() local
89 ancestorChain.add(v); in mapCoordInSelfToDescendent()
92 ancestorChain.add(root); in mapCoordInSelfToDescendent()
95 int count = ancestorChain.size(); in mapCoordInSelfToDescendent()
98 View ancestor = ancestorChain.get(i); in mapCoordInSelfToDescendent()
[all …]