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