Searched refs:rootLocation (Results 1 – 1 of 1) sorted by relevance
446 int[] rootLocation = new int[2]; in onLayoutChange() local448 root.getLocationInWindow(rootLocation); in onLayoutChange()451 int l = viewLocation[0] - rootLocation[0]; in onLayoutChange()452 int t = viewLocation[1] - rootLocation[1]; in onLayoutChange()