Home
last modified time | relevance | path

Searched refs:includeRootScroll (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java194 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument
195 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor()
214 float[] coord, boolean includeRootScroll, boolean ignoreTransform) { in getDescendantCoordRelativeToAncestor() argument
220 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java410 boolean includeRootScroll) { in getDescendantCoordRelativeToSelf() argument
412 coord, includeRootScroll); in getDescendantCoordRelativeToSelf()