Searched defs:mapCoordInSelfToDescendant (Results 1 – 2 of 2) sorted by relevance
428 public void mapCoordInSelfToDescendant(View descendant, float[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer435 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer
283 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() method in Utilities