Home
last modified time | relevance | path

Searched refs:getDescendantCoordRelativeToParent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java109 Utilities.getDescendantCoordRelativeToParent(this, mLauncher.getDragLayer(), in getCellCoordinates()
DUtilities.java232 public static float getDescendantCoordRelativeToParent(View descendant, View root, in getDescendantCoordRelativeToParent() method in Utilities
DPagedView.java1161 Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); in getVisiblePages()
1171 Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); in getVisiblePages()
DDragLayer.java384 return Utilities.getDescendantCoordRelativeToParent(descendant, this, in getDescendantCoordRelativeToSelf()