Home | History | Annotate | Download | only in launcher3

Lines Matching full:descendant

305      * Given a coordinate relative to the descendant, find the coordinate in a parent view's
308 * @param descendant The descendant to which the passed coordinate is relative.
311 * @param includeRootScroll Whether or not to account for the scroll of the descendant:
312 * sometimes this is relevant as in a child's coordinates within the descendant.
313 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
317 public static float getDescendantCoordRelativeToParent(View descendant, View root,
323 View v = descendant;
336 if (v0 != descendant || includeRootScroll) {
355 public static float mapCoordInSelfToDescendent(View descendant, View root,
361 View v = descendant;