Searched refs:ancestorChain (Results 1 – 1 of 1) sorted by relevance
259 ArrayList<View> ancestorChain = new ArrayList<View>(); in getDescendantCoordRelativeToParent() local265 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() local303 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 …]