Searched refs:includeRootScroll (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Utilities.java | 198 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument 199 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 218 float[] coord, boolean includeRootScroll, boolean ignoreTransform) { in getDescendantCoordRelativeToAncestor() argument 224 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | BaseDragLayer.java | 410 boolean includeRootScroll) { in getDescendantCoordRelativeToSelf() argument 412 coord, includeRootScroll); in getDescendantCoordRelativeToSelf()
|