Searched refs:includeRootScroll (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 200 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument 201 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 222 float[] coord, boolean includeRootScroll, boolean ignoreTransform, in getDescendantCoordRelativeToAncestor() argument 229 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 381 boolean includeRootScroll) { in getDescendantCoordRelativeToSelf() argument 383 coord, includeRootScroll); in getDescendantCoordRelativeToSelf()
|