Lines Matching full:descendant
221 * Given a coordinate relative to the descendant, find the coordinate in a parent view's
224 * @param descendant The descendant to which the passed coordinate is relative.
227 * @param includeRootScroll Whether or not to account for the scroll of the descendant:
228 * sometimes this is relevant as in a child's coordinates within the descendant.
229 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
233 public static float getDescendantCoordRelativeToParent(View descendant, View root,
239 View v = descendant;
252 if (v0 != descendant || includeRootScroll) {
271 public static float mapCoordInSelfToDescendent(View descendant, View root,
277 View v = descendant;