Searched refs:ancestorChain (Results 1 – 1 of 1) sorted by relevance
47 ArrayList<View> ancestorChain = new ArrayList<View>(); in mapCoordInDescendentToSelf() local53 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() local89 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 …]